Immutable Collections is a library containing immutable data structures created by Microsoft for .NET.
Let's say I'm writing a method that should return a Map. For instance: public Map<String, Integer> foo() { …
java design-patterns immutable-collectionsI just switched from (an older) Microsoft.Bcl.Immutable NuGet package to System.Collections.Immutable and was surprised to find …
c# .net nuget nuget-package immutable-collections