Open
Description
ImmutableBuilder
is currently being used as the default builder implementation for:
immutable.MultiDict
immutable.SortedMultiDict
immutable.MultiSet
immutable.SortedMultiSet
However, it should be possible, for the sake of performance, to build mutating versions of these, which would mostly be delegating to already-implemented mutating builders of Maps in the standard library (i.e. scala.collection.immutable.{MapBuilderImpl, HashMapBuilder}
)
Metadata
Metadata
Assignees
Labels
No labels