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