Module set

Source
Expand description

A set implemented by searching linearly in a vector.

See the LinearSet type for details.

Structsยง

Difference
Difference iterator
Drain
LinearSet drain iterator
Intersection
Intersection iterator
IntoIter
LinearSet move iterator
Iter
LinearSet iterator
LinearSet
An implementation of a set using the underlying representation of a LinearMap where the value is ().
SymmetricDifference
Symmetric difference iterator.
Union
Set union iterator.