Expand description
VecSet
is a vector-based set implementation which retains the order of inserted elements.
Structs
A lazy iterator producing elements in the difference of
VecSet
s.A draining iterator for
VecSet
.A lazy iterator producing elements in the intersection of
VecSet
s.An owning iterator over the elements of a
VecSet
.An iterator over the elements of a
VecSet
.A lazy iterator producing elements in the symmetric difference of
VecSet
s.A lazy iterator producing elements in the union of
VecSet
s.A vector-based set implementation which retains the order of inserted elements.