sS nPoints(long n) { ret n2(n, "point"); } sS nPoints(Cl l) { ret nPoints(l(l)); } sS nPoints(Map map) { ret nPoints(l(map)); }