Variant.this
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 |