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