TreeLibInterface 1.1.1

dotnet add package TreeLibInterface --version 1.1.1
NuGet\Install-Package TreeLibInterface -Version 1.1.1
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="TreeLibInterface" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TreeLibInterface --version 1.1.1
#r "nuget: TreeLibInterface, 1.1.1"
#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 TreeLibInterface as a Cake Addin
#addin nuget:?package=TreeLibInterface&version=1.1.1

// Install TreeLibInterface as a Cake Tool
#tool nuget:?package=TreeLibInterface&version=1.1.1

TreeLib: Balanced Binary Trees, Rank Augmented provides binary tree collections (AVL, red-black and splay) with optional rank information for order-statistic and sparse indexing applications. This package contains the interface definition assembly.

Product Compatible and additional computed target framework versions.
.NET Framework net 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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on TreeLibInterface:

Package Downloads
TreeLib

TreeLib: Balanced Binary Trees, Rank Augmented provides binary tree collections (AVL, red-black and splay) with optional rank information for order-statistic and sparse indexing applications. This package contains the primary implementations.

TreeLibUtil

TreeLib: Balanced Binary Trees, Rank Augmented provides binary tree collections (AVL, red-black and splay) with optional rank information for order-statistic and sparse indexing applications. This package contains HugeList, a class for efficiently managing very large lists.

TreeLibLong

TreeLib: Balanced Binary Trees, Rank Augmented provides binary tree collections (AVL, red-black and splay) with optional rank information for order-statistic and sparse indexing applications. This package contains implementations with Int64 rank indexing.

TreeLibArray

TreeLib: Balanced Binary Trees, Rank Augmented provides binary tree collections (AVL, red-black and splay) with optional rank information for order-statistic and sparse indexing applications. This package contains array-embedded implementations.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 5,368 3/24/2017
1.1.0 1,871 6/25/2016
1.0.0 2,094 6/13/2016

Enable use on .NET Framework v4.5