mutableMultisetOf

Returns an empty new MutableMultiset.


fun <T> mutableMultisetOf(vararg elements: T): MutableMultiset<T>(source)

Returns a new MutableMultiset with the given elements.