1 2 3 4 5 6 7 8
/// Signed axis dimension type pub type IDim = isize; /// Unsigned axis dimension type pub type UDim = usize; /// Type for representing a number of dimensions pub type DimLen = u32;