Variant.getItems

auto getItems(T...)()

Template to get one or more values from a container Variant.

Parameters

TThe D types of the values to get

Returns

A tuple containing the values from the Variant of the specified types