static L quoteAndUnnullAll(Iterable l) { ret map(l, x -> quote(strOrEmpty(x))); }