#immutable-collections

[ follow ]
fromInfoWorld
4 days ago

How to use frozen collections in C#

The FrozenSet and FrozenDictionary classes introduced in .NET 8 offer immutable collections optimized for fast look-ups, enhancing data structure selection for developers.
Scala
[ Load more ]