Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutable-collections

ImmutableArray how to use properly

System.InvalidOperationException: Collection was modified; enumeration operation may not execute for ImmutableDictionary

Is it possible to use Immutable.Collections on C# Interactive?

Java 8 collector for Guava Immutable Table

Adding items to an ImmutableList<T> inside an ImmutableDictionary<TKey, TValue>

Update immutable object without breaking immutability

JAVA: ImmutableSet as List

BCL Immutable Collections: equality is non-symmetric

ImmutableHashSet .Contains returns false

When immutable collections are preferable than concurrent

ReadonlyCollection, are the objects immutable?

RemoveAll from map in F#

Where is ImmutableArray?

c# immutable-collections

C# multidimensional immutable array

c# immutable-collections

How to get altered tree from Immutable tree, maximising reuse of nodes

Why is ImmutableList<T>'s enumerator so much slower compared to List<T>

Should one prefer ImmutableDictionary, or ImmutableSortedDictionary?

Nuget seems to install the wrong version of System.Collections.Immutable

ImmutableSortedDictionary range enumeration by key

What's the best pattern for passing Immutable Collections across APIs