StructLinq.BCL
0.25.0
Implementation in C# of LINQ concept with struct. Extension support for BCL containers
Install-Package StructLinq.BCL -Version 0.25.0
dotnet add package StructLinq.BCL --version 0.25.0
<PackageReference Include="StructLinq.BCL" Version="0.25.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StructLinq.BCL --version 0.25.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
https://github.com/reegeek/StructLinq/releases/v0.25.0
Dependencies
-
.NETCoreApp 2.1
- StructLinq (>= 0.25.0)
- System.Collections.Immutable (>= 5.0.0)
-
.NETCoreApp 2.2
- StructLinq (>= 0.25.0)
- System.Collections.Immutable (>= 5.0.0)
-
.NETCoreApp 3.0
- StructLinq (>= 0.25.0)
- System.Collections.Immutable (>= 5.0.0)
-
.NETCoreApp 3.1
- StructLinq (>= 0.25.0)
- System.Collections.Immutable (>= 5.0.0)
-
.NETFramework 4.5.2
- StructLinq (>= 0.25.0)
- System.Collections.Immutable (>= 5.0.0)
-
.NETFramework 4.7.2
- StructLinq (>= 0.25.0)
- System.Collections.Immutable (>= 5.0.0)
-
.NETFramework 4.8
- StructLinq (>= 0.25.0)
- System.Collections.Immutable (>= 5.0.0)
-
net5.0
- StructLinq (>= 0.25.0)
- System.Collections.Immutable (>= 5.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on StructLinq.BCL:
Repository | Stars |
---|---|
NetFabric/NetFabric.Hyperlinq
High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
|