pub type ArrayView5<'a, A> = ArrayView<'a, A, Ix5>;
five-dimensional array view
struct ArrayView5<'a, A> { /* private fields */ }