Type Alias extendr_api::prelude::Ix1

source ·
pub type Ix1 = Dim<[usize; 1]>;
Expand description

one-dimensional

Aliased Type§

struct Ix1 {
    index: [usize; 1],
}

Fields§

§index: [usize; 1]