IotaIterator.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 IotaIterator(I)
    pure const
    @optmath
    ptrdiff_t
    opBinary
    (
    string op : "-"
    )
    (
    const typeof(this) right
    )
    if (
    isIntegral!I ||
    isPointer!I
    )

Meta