Variant.this

Undocumented in source.
  1. this(Variant other)
  2. this(T nil)
  3. this(R input)
    struct Variant
    @nogc nothrow
    this
    (
    R
    )
    (
    auto ref R input
    )
    if (
    !is(R : Variant) &&
    !is(R : typeof(null))
    )

Meta