RCIter.opBinary

  1. RCIter!(It, Rc) opBinary(ptrdiff_t index)
  2. RCIter!(const It, RC) opBinary(ptrdiff_t index)
  3. RCIter!(immutable It, RC) opBinary(ptrdiff_t index)
  4. ptrdiff_t opBinary(scope ref const typeof(this) right)
    struct RCIter(It, Rc)
    scope const
    ptrdiff_t
    opBinary
    (
    string op : "-"
    )
    (
    scope ref const typeof(this) right
    )

Meta