[][src]Crate mset

Structs

Difference

A lazy iterator producing elements in the difference of MultiSets.

Drain
ElementCounts

An iterator over the element counts of a MultiSet.

Intersection

A lazy iterator producing elements in the intersection of MultiSets.

IntoIter

An owning iterator over the items of a MultiSet.

Iter

An iterator over the items of a MultiSet.

MultiSet

A hash multiset implemented as a HashMap where the value is usize.

SymmetricDifference

A lazy iterator producing elements in the symmetric difference of MultiSets.

Union

A lazy iterator producing elements in the union of MultiSets.