Module linear_map::set
[−]
[src]
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. |