sS nSymbols(long n) { ret n2(n, "symbol"); } sS nSymbols(Collection l) { ret nSymbols(l(l)); } sS nSymbols(Map map) { ret nSymbols(l(map)); }