phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
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.