Module feanor_math::vector::subvector
source · Structs§
- A view on a part of another vector view.
Traits§
- Trait for all vector views that “shrink” the section of the vector that is represented, without changing the type. This is mainly important in combination with recursive algorithms.