Info
Version: | 1.0.1 |
Author(s): | Craig Gidney |
Last Update: | Saturday, December 22, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Strilanc/LinqToCollections |
NuGet Url: | https://www.nuget.org/packages/Strilanc.LinqToCollections |
Install
Install-Package Strilanc.LinqToCollections
dotnet add package Strilanc.LinqToCollections
paket add Strilanc.LinqToCollections
Strilanc.LinqToCollections Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
(The interfaces are IReadOnlyList<T>, IReadOnlyCollection<T>, and IReadOnlyDictionary<K,V>.)
For example, the library implements a Select method that ensures the result of 'from e in list select e * e' supports random access.