SuperStruct.opOpAssign

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 opOpAssign(T other)
  2. auto opOpAssign(T other)
    struct SuperStruct(SubTypes...)
    opOpAssign
    (
    string op
    V...
    )
    ()

Meta