Variant.this
No documentation available for this declaration.
this
(T val) nothrowTemplate 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) nothrowTemplate to create a new Variant from multiple D values.
Parameters
T | The D types to create the variant from |
vals | The values to assign |