Proposal: clean up semantics of array literals vs string literals
Bernard Helyer
b.helyer at gmail.com
Thu Oct 4 00:51:27 PDT 2012
On Tuesday, 2 October 2012 at 15:14:10 UTC, Andrei Alexandrescu
wrote:
> First, I think zero-terminated strings shouldn't be needed
> frequently enough in D code to make this necessary.
My experience has been much different. Interfacing with C occurs
in nearly every D program I write, and I usually end up passing
a string literal. Anecdotes!
More information about the Digitalmars-d
mailing list