Value.this

this()

Create a value.Value boxed type.

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

Template to create a new Value from a D type.

Parameters

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