IotaIterator.opUnary

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

Meta