static Pt neg(Pt p) { ret p ?: Pt(-p.x, -p.y); } static int neg(int i) { ret -i; }