Getting a reference to an immutable string
David Zhang
straivers98 at gmail.com
Sat Feb 10 22:26:35 UTC 2018
Hi,
I've got an immutable string declared in module scope, and I
attempted to get a pointer to its characters through both &str[0]
and str.ptr. However, it appears to me that the string is
behaving like a manifest constant, in that the pointer is null.
The language reference indicates that it has a location in memory
and thus has a pointer.
So, my question is thus: Is this a bug in DMD, or is this just
something I missed?
Thanks
David
More information about the Digitalmars-d-learn
mailing list