orx_v

Macro impl_vn_mut

Source
macro_rules! impl_vn_mut {
    ($dim:ty, [$($impl_generics:tt)*], $V:ty, [$($where:tt)*]) => { ... };
    ($dim:ty, $const_arg:tt, [$($impl_generics:tt)*], $V:ty, [$($where:tt)*]) => { ... };
}
Expand description

Implements NVecMut<D, T> for a struct which is sort of like a 1-dimensional vector, such as the standard Vec<T>, and a dimension D which is at least 2-dimensional.