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