SumType.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct SumType(UnionT)
@nogc nothrow
void
opAssign
(
T
)
(
auto ref T value
)
if (
!is(T == typeof(this))
)

Meta