WordVariant.this

Construction from value.

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

Meta