pub type Reflection1<T> = Reflection<T, Const<1>, ArrayStorage<T, 1, 1>>;
Expand description

A 1-dimensional reflection.