FlattenedIterator.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opUnary()
  2. void opUnary()
    struct FlattenedIterator(Iterator, size_t N, SliceKind kind)
    scope
    @optmath
    void
    opUnary
    (
    string op
    )
    ()
    if (
    op == "--" ||
    op == "++"
    )
    if (
    N > 1 &&
    (
    kind == Universal ||
    kind == Canonical
    )
    )

Meta