StairsIterator.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinary(ptrdiff_t index)
  2. ptrdiff_t opBinary(typeof(this) right)
    struct StairsIterator(Iterator, string direction)
    scope const
    @optmath
    ptrdiff_t
    opBinary
    (
    string op : "-"
    )
    (
    scope ref const typeof(this) right
    )
    if (
    direction == "+" ||
    direction == "-"
    )

Meta