Function SuperStruct.this

Construct and populate with an initial value.

Prototype

this(V)(
  V value
)
if (is(typeof(_value = value)));

Parameters

NameDescription
value something implicitly covertible to of one of the SubTypes.

Authors

Ryan Roden-Corrent (rcorre)

Copyright

© 2015, Ryan Roden-Corrent

License

MIT