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.
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.
// Install FunqCollections as a Cake Addin
#addin nuget:?package=FunqCollections&version=0.3.1-beta&prerelease

// Install FunqCollections as a Cake Tool
#tool nuget:?package=FunqCollections&version=0.3.1-beta&prerelease

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 81 4/3/2015

Second release. Currently still not fully tested.