Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

Method Stdio.FILE()->_get_iterator()


Method _get_iterator

Stdio.FILE a;
foreach( a; index; value ) or
protected object _get_iterator()

Description

Returns an iterator that will loop over the lines in this file.

See also

line_iterator()