EinsumIterator.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinary(ptrdiff_t index)
    struct EinsumIterator(Iterator, SomeSlice, Node)
    opBinary
    (
    string op
    )
    (
    ptrdiff_t index
    )
    if (
    op == "+" ||
    op == "-"
    )
    if (
    is(SomeSlice == Slice!(T, Rank, kind),
    T
    ulong Rank
    SliceKind kind
    )
    )
  2. ptrdiff_t opBinary(typeof(this) right)

Meta