std.array.array broken?

deed none at none.none
Sat Feb 1 14:47:52 PST 2014


---
import std.stdio;
import std.array;

auto lines = File(filename).byLine.array;
writeln(lines); // Crap
---

dmd 2.064(.2 I think)

Docs say:
- std.stdio.byLine returns an input range
- std.array.array takes an input range


More information about the Digitalmars-d-learn mailing list