SuperStruct.opAssign

Populate the SuperStruct with an instance of one of its sub-types.

struct SuperStruct(SubTypes...)
opAssign
(
V
)
()
if (
is(typeof(_value = value))
)

Parameters

value V

something implicitly covertible to of one of the SubTypes.

Meta