Why `i` not working on foreach loop if it have byLine option
Suliman via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Dec 17 06:09:57 PST 2015
Next code produce error:
foreach(i, line;fileContent.byLine)
Error: cannot infer argument types, expected 1 argument, not 2
Why it's do not work?
More information about the Digitalmars-d-learn
mailing list