Variant.this
this
(void * ptr, Flag!"Take" take)No documentation available for this declaration.
this
(T val)Template to create a new Variant from a single D value.
Parameters
T | The D type to create the variant from |
val | The value to assign |
this
(T vals)Template to create a new Variant from multiple D values.
Parameters
T | The D types to create the variant from |
vals | The values to assign |