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
VecSet
s. - Drain
- A draining iterator for
VecSet
. - Intersection
- A lazy iterator producing elements in the intersection of
VecSet
s. - 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
VecSet
s. - Union
- A lazy iterator producing elements in the union of
VecSet
s. - VecSet
- A vector-based set implementation which retains the order of inserted elements.