static S lstr(Map map) { ret str(l(map)); } static S lstr(Collection c) { ret str(l(c)); } static S lstr(S s) { ret str(l(s)); }