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
- Into
Iter - LinearSet move iterator
- Iter
- LinearSet iterator
- Linear
Set - An implementation of a set using the underlying representation of a LinearMap where the value is ().
- Symmetric
Difference - Symmetric difference iterator.
- Union
- Set union iterator.