reading file byLine

Namal via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Sep 6 15:04:53 PDT 2015


> Well, if you don't type function names right, it will be hard 
> to help you.

oh, sorry. But I found out what I have been doing wrong besides 
that.

arr.sort.uniq;

uniq(arr) or arr.sort.uniq; compiles but doesn't store it in the 
arr array, I need to store it in a new one.



More information about the Digitalmars-d-learn mailing list