Triplet._slice

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

Meta