Expand description
A set implemented by searching linearly in a vector.
See the LinearSet
type for details.
Structsยง
- Difference iterator
- LinearSet drain iterator
- Intersection iterator
- LinearSet move iterator
- LinearSet iterator
- An implementation of a set using the underlying representation of a LinearMap where the value is ().
- Symmetric difference iterator.
- Set union iterator.