EinsumIterator.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opUnary()
    struct EinsumIterator(Iterator, SomeSlice, Node)
    ref
    opUnary
    (
    string op : "*"
    )
    ()
    if (
    is(SomeSlice == Slice!(T, Rank, kind),
    T
    ulong Rank
    SliceKind kind
    )
    )
  2. void opUnary()

Meta