./nugetz
pkg

Net40.Collections.Immutablev2.1.0

.NET FW4.0

This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. 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.

License

Deps

1

Install Size

Vulns

✓ 0

Published

Aug 15, 2018

Get Started

$ dotnet add package Net40.Collections.Immutable

Readme

No README available.