Variant.newTuple

Template to create a new tuple Variant from one or more values.

  1. Variant newTuple(T vals)
    class Variant
    static
    newTuple
    (
    T...
    )
    ()
    if (
    isTypeTuple!T
    )
  2. glib.variant.Variant newTuple(glib.variant.Variant[] children)

Parameters

T

The D types to create the tuple variant from

vals T

The values to assign