RefCounted.opAssign - multiple declarations

Function RefCounted.opAssign

Assignment to another T.

void opAssign (
  T other
);

Function RefCounted.opAssign

Assignment to another ref counted item.

void opAssign (
  RefCounted other
);