Platform.Collections.Methods.TemplateLibrary
0.1.0
See the version list below for details.
dotnet add package Platform.Collections.Methods.TemplateLibrary --version 0.1.0
NuGet\Install-Package Platform.Collections.Methods.TemplateLibrary -Version 0.1.0
<PackageReference Include="Platform.Collections.Methods.TemplateLibrary" Version="0.1.0" />
paket add Platform.Collections.Methods.TemplateLibrary --version 0.1.0
#r "nuget: Platform.Collections.Methods.TemplateLibrary, 0.1.0"
// Install Platform.Collections.Methods.TemplateLibrary as a Cake Addin #addin nuget:?package=Platform.Collections.Methods.TemplateLibrary&version=0.1.0 // Install Platform.Collections.Methods.TemplateLibrary as a Cake Tool #tool nuget:?package=Platform.Collections.Methods.TemplateLibrary&version=0.1.0
LinksPlatform's Platform.Collections.Methods is a Template Library what contains set of C++ classes templates to build custom implementations of collections on top of provided standard methods implementations. Use Platform.Collections.Methods.h file to include the library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
SizeBalancedTreeMethods renamed to RecursionlessSizeBalancedTreeMethods.
SizeBalancedTreeMethods2 renamed to SizeBalancedTreeMethods.
New methods at SizedBinaryTreeMethodsBase:
* GetRightest
* GetLeftest
* GetNext
* GetPrevious
This release is not backward compatible with the previous 0.0.4 release.