WordVariant.this

Construction from sub-variant value.

  1. this(T value)
  2. this(typeof(null) value)
  3. this(WordVariant!(SubTypes) value)
    struct WordVariant(Types...)
    pure nothrow @nogc
    this
    (
    SubTypes...
    )
    (
    WordVariant!(SubTypes) value
    )

Meta