Module set

Source
Expand description

VecSet is a vector-based set implementation which retains the order of inserted elements.

Structsยง

Difference
A lazy iterator producing elements in the difference of VecSets.
Drain
A draining iterator for VecSet.
Intersection
A lazy iterator producing elements in the intersection of VecSets.
IntoIter
An owning iterator over the elements of a VecSet.
Iter
An iterator over the elements of a VecSet.
SymmetricDifference
A lazy iterator producing elements in the symmetric difference of VecSets.
Union
A lazy iterator producing elements in the union of VecSets.
VecSet
A vector-based set implementation which retains the order of inserted elements.