sS nemptyLines(Iterable l) { ret lines(nempties(allToStrOrNull(l))); } sS nemptyLines(O... l) { ret nemptyLinesLL(l); }