static S allToStringWithLineBreaks(L l) { new StringBuilder buf; for (O o : l) buf.append(o).append("\n"); ret str(buf); }