LDC 0.15.1 released!

bearophile via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Dec 29 04:43:11 PST 2014


> void main() {
>     import std.stdio: File;
>     import std.conv: to;
>     File("data").byLine.front.to!int;
> }

Is this a bug in my code?



More information about the digitalmars-d-ldc mailing list