pub type NdTensorView<'a, T, const N: usize> = TensorBase<ViewData<'a, T>, NdLayout<N>>;
View of a slice of a tensor with a static dimension count.
struct NdTensorView<'a, T, const N: usize> { /* private fields */ }