ZipIterator.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opUnary()
  2. auto opUnary()
  3. auto opUnary()
  4. void opUnary()
    struct ZipIterator(Iterators...)
    scope
    @optmath
    void
    opUnary
    (
    string op
    )
    ()
    if (
    op == "++" ||
    op == "--"
    )
    if (
    Iterators.length > 1
    )

Meta