Expand description
Type definitions for a default set.
Structsยง
- Difference
- A lazy iterator producing elements in the difference of
Set
s. - Intersection
- A lazy iterator producing elements in the intersection of
Set
s. - Into
Iter - An iterator over the owned items of an
Set
. - Iter
- An iterator over the items of a
Set
. - Set
- A default set of values.
- Symmetric
Difference - A lazy iterator producing elements in the symmetric difference of
Set
s. - Union
- A lazy iterator producing elements in the union of
Set
s.