pub type Reflection5<T> = Reflection<T, Const<5>, ArrayStorage<T, 5, 1>>;Expand description
A 5-dimensional reflection.
Aliased Typeยง
pub struct Reflection5<T> { /* private fields */ }pub type Reflection5<T> = Reflection<T, Const<5>, ArrayStorage<T, 5, 1>>;A 5-dimensional reflection.
pub struct Reflection5<T> { /* private fields */ }