FlattenedIterator.opBinary

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

Meta