SafeRefCounted.opAssign

void opAssign(typeof(this) rhs)

Assignment operators.

Note

You may not assign a new payload to an uninitialized SafeRefCounted, if

auto initialization is off. Assigning another counted reference is still okay.

void opAssign(T rhs)

Ditto