FlattenedIterator.opOpAssign

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

Meta