Variant.getItems
auto getItems(T...)()Template to get one or more values from a container Variant.
Parameters
T | The D types of the values to get |
Returns
A tuple containing the values from the Variant of the specified types
auto getItems(T...)()Template to get one or more values from a container Variant.
T | The D types of the values to get |