static S concatMap_strings(O f, Iterable l) { ret join((L) map(f, l)); }