SumType.opAssign

Assigns a value to a SumType.

struct SumType(TypeArgs...)
static if(isAssignable!T)
void
opAssign
()
(
auto ref T rhs
)
if (
is(NoDuplicates!TypeArgs == TypeArgs) &&
TypeArgs.length > 0
)

Meta