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