Matx31

Type Alias Matx31 

Source
pub type Matx31<T> = Matx<T, SizedArray31>;

Aliased Type§

#[repr(C)]
pub struct Matx31<T> { pub val: <SizedArray31 as SizedArray<T>>::Storage, }

Fields§

§val: <SizedArray31 as SizedArray<T>>::Storage