Expand description
General trait implementation for the vector type
Modules§
- exposed
- Exposed namespace of the module.
- orphan
- Orphan namespace of the module.
- own
- Own namespace of the module.
- prelude
- Prelude to use essentials:
use my_module::prelude::*.
Traits§
- Into
Vector - A trait for types that can be converted into a
Vector. - Vector
Space - A marker trait that groups together the essential immutable behaviors of a fixed-size vector.
- Vector
Space Mut - A marker trait that extends
VectorSpacewith mutable iteration capabilities.