Type Alias extendr_api::prelude::Ix2

source ·
pub type Ix2 = Dim<[usize; 2]>;
Expand description

two-dimensional

Aliased Type§

struct Ix2 {
    index: [usize; 2],
}

Fields§

§index: [usize; 2]