VariantType.create
VariantType create(T...)()Template for creating a new VariantType from one or more D types
Parameters
T | One or more D types to create a VariantType for |
Returns
New variant type
VariantType create(T...)()Template for creating a new VariantType from one or more D types
T | One or more D types to create a VariantType for |