StairsIterator.opUnary

  1. Slice!Iterator opUnary()
    struct StairsIterator(Iterator, string direction)
    @optmath
    Slice!Iterator
    opUnary
    (
    string op : "*"
    )
    ()
    if (
    direction == "+" ||
    direction == "-"
    )
  2. void opUnary()

Meta