orx_v

Macro impl_vn_card

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

Implements NVecCoreSealed<D> 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.