Skip to main content

Module sorted_vec_set

Module sorted_vec_set 

Source

Structsยง

Difference
An iterator yielding elements in one set that are not in another.
IntoIter
An owning iterator over the items of a SortedVecSet.
Iter
An iterator over the items of a SortedVecSet.
Range
An iterator over a sub-range of items in a SortedVecSet.
SortedVecSet
An ordered set built on a SortedVecMap.
SortedVecSetBuilder
A builder for SortedVecSet.
Union
An iterator yielding elements from the union of two sets.