SuperStruct.this

Construct and populate with an initial value.

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

Parameters

value V

something implicitly covertible to of one of the SubTypes.

Meta