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
T | The D type to initialize the value to |
val | The value to assign |