SumType.opAssign

Undocumented in source.
  1. SumType opAssign(T rhs)
  2. SumType opAssign(SumType rhs)
  3. SumType opAssign(SumType rhs)
    struct SumType(Types...)
    @disable ref
    static if(allSatisfy!(isAssignableTo, Types))
    static if(!(allSatisfy!(isCopyable, Types)))
    opAssign
    ()
    if (
    is(NoDuplicates!Types == Types) &&
    )
  4. SumType opAssign(SumType rhs)

Meta