static L allToStr(Iterable c) { ret allToString(c); } static L allToStr(O[] c) { ret allToString(c); }