static S mapLike mapEachLine(O f, S text) { ret lines(mapLines(f, text)); } static S mapEachLine(S text, O f) { ret mapEachLine(f, text); }