Skip to main content

Dims

Type Alias Dims 

Source
pub type Dims = Dims64;

Aliased Type§

#[repr(C)]
pub struct Dims { pub nbDims: i32, pub d: [i64; 8], }

Fields§

§nbDims: i32

! The rank (number of dimensions).

§d: [i64; 8]

! The extent of each dimension.