Type Definition ndarray::ArrayView3

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

three-dimensional array view