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