Function Variant.opAssign

Reassigns the value.

ref typeof(this) opAssign(T) (
  T that
)
if (canFind!(T, Types));

ref typeof(this) opAssign(T) (
  ref T that
)
if (canFind!(T, Types));

Parameters

NameDescription
T Type of the new value
that New value.

Returns

this.