The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
lines.this
std
stdio
lines
Constructor.
struct
lines
this
(
File
f
,
dchar
terminator
= '\n'
)
Parameters
f
File
File to read lines from.
terminator
dchar
Line separator (
'\n'
by default).
Meta
Source
See Implementation
std
stdio
lines
constructors
this
Constructor.