FlattenedIterator._slice

struct FlattenedIterator(Iterator, size_t N, SliceKind kind)
@optmath
Slice!(Iterator, N, kind) _slice;

Meta