Value.this
this
() nothrowCreate a value.Value boxed type.
No documentation available for this declaration.
this
(T val) nothrowTemplate to create a new Value from a D type.
Parameters
T | The D type to initialize the value to |
val | The value to assign |