pub type ArrayView3<'a, A> = ArrayView<'a, A, Ix3>;
three-dimensional array view
struct ArrayView3<'a, A> { /* private fields */ }