pub type CView<T, const N: usize> = DenseView<T, N, RowMajor>;
Dense multidimensional array view with row-major element order.