StairsIterator.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Slice!Iterator opUnary()
  2. void opUnary()
    struct StairsIterator(Iterator, string direction)
    scope
    @optmath
    void
    opUnary
    (
    string op
    )
    ()
    if (
    op == "--" ||
    op == "++"
    )
    if (
    direction == "+" ||
    direction == "-"
    )

Meta