FunqCollections 0.3.1-beta

This is a prerelease version of FunqCollections.
dotnet add package FunqCollections --version 0.3.1-beta
                    
NuGet\Install-Package FunqCollections -Version 0.3.1-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FunqCollections" Version="0.3.1-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FunqCollections" Version="0.3.1-beta" />
                    
Directory.Packages.props
<PackageReference Include="FunqCollections" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FunqCollections --version 0.3.1-beta
                    
#r "nuget: FunqCollections, 0.3.1-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FunqCollections@0.3.1-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FunqCollections&version=0.3.1-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=FunqCollections&version=0.3.1-beta&prerelease
                    
Install as a Cake Tool

High performance persistent and immutable collections for .NET, supporting many operations efficiently.
Includes a catenable/indexed deque, a high performance vector, sets, and maps/dictionaries.
Strictly better than anything released for .NET previously, including Microsoft's new immutable collections namespace. Check out the comparisons in the project website.
Currently only core operations are fully tested.
Not related to the IoC library also called Funq.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.1-beta 80 4/3/2015

Second release. Currently still not fully tested.