Appearance
Creates an MMultiSet from a Dart Iterable.
final ms = mmultiset([1, 1, 2, 3]); ms.occurrences.get(1); // Some(2)