Type Definition ndarray::ArrayView1[][src]

pub type ArrayView1<'a, A> = ArrayView<'a, A, Ix1>;
Expand description

one-dimensional array view