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