ValueT.opAssign

Assign of none standard HiBON types. This function will cast to type has the best match to the parameter x

  1. void opAssign(T x)
  2. void opAssign(T x)
    union ValueT(bool NATIVE = false, HiBON, Document)
    @nogc
    void
    opAssign
    (
    T
    )
    (
    T x
    )
    if (
    is(T == const) &&
    isBasicType!T
    )
  3. void opAssign(sdt_t x)

Parameters

x T

sign value

Meta