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