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