Sum informations in file....
Suliman via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Nov 24 12:23:57 PST 2014
thanks! But how I can skip first line?
My varian:
auto lines = "foo.txt".File
.byLine
.filter!(f=>f[0] != f[0]);
More information about the Digitalmars-d-learn
mailing list