ImTools 3.0.0
Immutable persistent collections, algebraic sum-type aka descriminated union, Ref type and supportive extensions for performant functional programming in C#.
Split from the DryIoc: https://github.com/dadhi/DryIoc
Requires NuGet 3.3.0 or higher.
Install-Package ImTools -Version 3.0.0
dotnet add package ImTools --version 3.0.0
<PackageReference Include="ImTools" Version="3.0.0" />
paket add ImTools --version 3.0.0
#r "nuget: ImTools, 3.0.0"
// Install ImTools as a Cake Addin #addin nuget:?package=ImTools&version=3.0.0 // Install ImTools as a Cake Tool #tool nuget:?package=ImTools&version=3.0.0
Release Notes
## v3.0.0 Major feature release
- Minimizing the target frameworks to the net45 and netstandard2.0
- Added fast and more memory efficient ImMap and ImHashMap based on 2-3 tree (#32, #35)
- Extended the map API with AddOrGetEntry, Count, ToArray, and ToDictionary methods, and more
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 71 | 3/24/2021 |
2.1.0 | 365 | 6/28/2020 |
2.0.0 | 256 | 1/24/2020 |
2.0.0-preview-01 | 256 | 12/18/2019 |
1.0.0 | 1,957 | 9/30/2017 |
1.0.0-preview-05 | 660 | 6/19/2017 |
1.0.0-preview-04 | 568 | 6/19/2017 |
1.0.0-preview-03 | 561 | 4/4/2017 |
1.0.0-preview-02 | 553 | 3/29/2017 |
1.0.0-preview-01 | 558 | 3/3/2017 |