BytegroupIterator.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. DestinationType opUnary()
  2. void opUnary()
    struct BytegroupIterator(Iterator, size_t count, DestinationType)
    scope
    @optmath
    void
    opUnary
    (
    string op
    )
    ()
    if (
    op == "--" ||
    op == "++"
    )
    if (
    count
    )

Meta