IotaIterator.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. I opUnary()
  2. void opUnary()
    struct IotaIterator(I)
    pure
    @optmath
    void
    opUnary
    (
    string op
    )
    ()
    if (
    op == "--" ||
    op == "++"
    )
    if (
    isIntegral!I ||
    isPointer!I
    )

Meta