thanks! But how I can skip first line?
My varian:
auto lines = "foo.txt".File
.byLine
.filter!(f=>f[0] != f[0]);
thanks! But how I can skip first line?
My varian:
auto lines = "foo.txt".File
.byLine
.filter!(f=>f[0] != f[0]);