static LS fastJoinAll(Iterable l) { ret map(x -> fastJoin(x), l); }