StairsIterator.opIndex

struct StairsIterator(Iterator, string direction)
@optmath
Slice!Iterator
opIndex
()
(
ptrdiff_t index
)
if (
direction == "+" ||
direction == "-"
)

Meta