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