static IterableIterator linesFromReader(final Reader r) { ret iteratorFromFunction(func { r.readLine() }); }