Variant.opAssign

Allows assigning the variant to a value.

struct Variant
@nogc @trusted nothrow
void
opAssign
(
T
)
(
auto ref T value
)

Meta