the advantages of a proper immutable collection ov...
# stdlib
k
the advantages of a proper immutable collection over just using
List
backed by an
ArrayList
being the performance benefits? I'd use them wherever I'm currently using normal collections, though I assume the Java interop would be hairy so in those scenarios, I might revert back to the current "immutable-but-not-actually" collections
4