static S lambdaMapLike printMapLines(IF1 f, Iterable l) { ret print(mapToLines(f, l)); }