reading file byLine

deed via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Sep 13 09:02:33 PDT 2015


On Sunday, 13 September 2015 at 03:20:31 UTC, deed wrote:
> ...
> and since `string` is an alias for `const(char)[]`, it's not ...

string is an alias for immutable(char)[], not const(char)[].
http://dlang.org/arrays.html#strings

Sorry about the noise.




More information about the Digitalmars-d-learn mailing list