static S lineRange(S s, int from, int to) { ret lines(subList(lines(s), from, to)); // optimizable }