Value.this

this() nothrow

Create a value.Value boxed type.

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(T val) nothrow

Template to create a new Value from a D type.

Parameters

TThe D type to initialize the value to
valThe value to assign