ValueT.opAssign

Assign the value to x

  1. void opAssign(T x)
    union ValueT(bool NATIVE = false, HiBON, Document)
    @trusted @nogc
    void
    opAssign
    (
    T
    )
    (
    T x
    )
    if (
    isOneOf!(T, typeof(this.tupleof))
    )
  2. void opAssign(T x)

Parameters

x T

value to be assigned