Point.opCmp - multiple declarations

Function Point.opCmp

int opCmp(
  ref const(Point) b
) nothrow @nogc @safe const;

Function Point.opCmp

int opCmp(
  const(Point) b
) nothrow @nogc @safe const;