SliceIterator.Element

Alias for the Slice type parameterized by Iterator, N, and kind of the enclosing SliceIterator.

struct SliceIterator(Iterator, size_t N = 1, SliceKind kind = Contiguous)
@fmamath
alias Element = Slice!(Iterator, N, kind)