Module general

Module general 

Source
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§

IntoVector
A trait for types that can be converted into a Vector.
VectorSpace
A marker trait that groups together the essential immutable behaviors of a fixed-size vector.
VectorSpaceMut
A marker trait that extends VectorSpace with mutable iteration capabilities.