Variant.opAssign

Reassigns the value.

  1. typeof(this) opAssign(T that)
    struct Variant
    ref
    typeof(this)
    opAssign
    (
    T
    )
    ()
    if ()
  2. typeof(this) opAssign(T that)

Parameters

T

Type of the new value

that T

New value.

Return Value

Type: typeof(this)

$(D_KEYWORD this).

Meta