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

TThe D type to create the variant from
valThe value to assign
this(T vals)

Template to create a new Variant from multiple D values.

Parameters

TThe D types to create the variant from
valsThe values to assign