Module set

Source
Expand description

Type definitions for a default set.

Structsยง

Difference
A lazy iterator producing elements in the difference of Sets.
Intersection
A lazy iterator producing elements in the intersection of Sets.
IntoIter
An iterator over the owned items of an Set.
Iter
An iterator over the items of a Set.
Set
A default set of values.
SymmetricDifference
A lazy iterator producing elements in the symmetric difference of Sets.
Union
A lazy iterator producing elements in the union of Sets.