ValueT.this

Construct a Value of the type T

  1. this(T x)
    union ValueT(bool NATIVE = false, HiBON, Document)
    @nogc
    this
    (
    T
    )
    (
    T x
    )
    if (
    isOneOf!(Unqual!T, typeof(this.tupleof)) &&
    !is(T == struct)
    )
  2. this(BigNumber big)