GffLocString.opAssign - multiple declarations

Function GffLocString.opAssign

Remove all localization and set its value to a unique string

ref void opAssign (
  in const(string) value
) pure nothrow @safe;

Function GffLocString.opAssign

Set the strref

ref void opAssign (
  in const(uint) value
) pure nothrow @nogc @safe;