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. - Into
Iter - An owning iterator over the elements of a
VecSet. - Iter
- An iterator over the elements of a
VecSet. - Symmetric
Difference - 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.