Type Definition ndarray::ArrayView3[][src]

pub type ArrayView3<'a, A> = ArrayView<'a, A, Ix3>;
Expand description

three-dimensional array view