TripletIterator._slice

struct TripletIterator(Iterator, SliceKind kind = Contiguous)
@optmath
Slice!(Iterator, 1, kind) _slice;

Meta