EinsumIterator.opBinary

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

Meta