static LS indentAll(Iterable l) { ret map(l, x -> indent(str(x))); }