SumType.opAssign

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

Meta