#immutable-collections

[ follow ]
Scala
fromunderscore.io
5 years ago

Review Seq matching when porting to 2.13

Scala 2.13's scala.Seq now aliases immutable.Seq, causing pattern-match failures when libraries supply non-immutable scala.collection.Seq.
Scala
fromInfoWorld
3 months ago

How to use frozen collections in C#

FrozenSet and FrozenDictionary in .NET 8 are optimized immutable collections for fast look-ups.
[ Load more ]