VariantG.this

Template to create a new VariantG from multiple D values.

  1. this(T val)
  2. this(T vals)
    class VariantG
    this
    (
    T...
    )
    ()
    if (
    vals.length > 1 &&
    !is(T[0] == void*)
    )

Parameters

T

The D types to create the variant from

vals T

The values to assign