Type Alias extendr_api::prelude::prelude::Ix3

source ·
pub type Ix3 = Dim<[usize; 3]>;
Expand description

three-dimensional

Aliased Type§

struct Ix3 {
    index: [usize; 3],
}

Fields§

§index: [usize; 3]