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).
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
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 immutableM
stands for mutable