com.avsystem.commons.collection
Aliases for Scala collections which are both concise and leave no doubt about whether the collection type is immutable, mutable or the base type (read only).
B stands for base (read only) I stands for immutable M stands for mutable
B
I
M
Aliases for Scala collections which are both concise and leave no doubt about whether the collection type is immutable, mutable or the base type (read only).
Bstands for base (read only)Istands for immutableMstands for mutable