TaggedUnion.value - multiple declarations
Function TaggedUnion.value
Accesses the contained value by reference.
The specified kind
must equal the current value of the this
property. Setting a different type must be done with set
or opAssign
instead.
See Also
Function TaggedUnion.value
Accesses the contained value by reference.
inout ref inout(T) value(T)() @property;
The specified type T
must equal the type of the currently set value.
Setting a different type must be done with set
or opAssign
instead.