SuperStruct.opBinary

Perform a binary operation between two superstructs.

Only possible if such an operation is supported between any of the types in either of the SuperStructs.

  1. auto opBinary(T other)
  2. auto opBinary(T other)
    struct SuperStruct(SubTypes...)
    opBinary
    (
    string op
    V...
    )
    ()

Meta