Multiset<E> constructor

Multiset<E>()

Creates an empty Multiset.

Implementation

factory Multiset() => Multiset<E>._({}, 0);