16-Mar-2014 20:58, Andrei Alexandrescu пишет:
A classic idiom for reading lines and keeping them is f.byLine.map!(x => x.idup) to get strings instead of the buffer etc.
f.lines? -- Dmitry Olshansky
16-Mar-2014 20:58, Andrei Alexandrescu пишет:
A classic idiom for reading lines and keeping them is f.byLine.map!(x => x.idup) to get strings instead of the buffer etc.
f.lines? -- Dmitry Olshansky