On Saturday, 1 June 2013 at 20:01:18 UTC, Luís Marques wrote:
Any particular reason for using "in char[]" instead of string? (I suppose the "in" makes the string head constant, but not the string body.)
There is no head const in D. — David
On Saturday, 1 June 2013 at 20:01:18 UTC, Luís Marques wrote:
Any particular reason for using "in char[]" instead of string? (I suppose the "in" makes the string head constant, but not the string body.)
There is no head const in D. — David