Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 333 Bytes

File metadata and controls

8 lines (5 loc) · 333 Bytes

Robust-Collections

Robust collections, mutable data types which can survive both multithreading and nested modifications without any extra work.

Relies on the Microsoft.Bcl.Immutables to handle the underlying immutable collections.

Also available via NuGet!