Scalafromunderscore.io5 years agoReview Seq matching when porting to 2.13Scala 2.13's scala.Seq now aliases immutable.Seq, causing pattern-match failures when libraries supply non-immutable scala.collection.Seq.
ScalafromInfoWorld3 months agoHow to use frozen collections in C#FrozenSet and FrozenDictionary in .NET 8 are optimized immutable collections for fast look-ups.