immutable_collection 0.1.0+3 immutable_collection: ^0.1.0+3 copied to clipboard
Immutable collections, IList<E>, ISet<E>, IMap<K, V>. They all compare as value types.
immutable_collection #
Immutable collections, IList<E>
, ISet<E>
, IMap<K, V>
. They all compare as value types.
If you want classes that compare as value types, you might use data classes and discriminated unions.