static LS allToStrOrNull(Iterable c) { ret lmap strOrNull(c); } static LS allToStrOrNull(O... c) { ret lmap strOrNull(c); }