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