Info
Version: | 2.1.0 |
Author(s): | Seabiscuit |
Last Update: | Wednesday, August 15, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cuteant/CuteAnt.Extensions |
NuGet Url: | https://www.nuget.org/packages/Net40.Collections.Immutable |
Install
Install-Package Net40.Collections.Immutable
dotnet add package Net40.Collections.Immutable
paket add Net40.Collections.Immutable
Net40.Collections.Immutable Download (Unzip the "nupkg" after downloading)
Dependencies
- NetFx.Extensions.Primitives(>= 2.1.1)
Tags
Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.