On Wednesday, 15 August 2018 at 06:39:50 UTC, Mike Parker wrote:
String literals are implicitly convertible to const(char)* and are guaranteed to be nul-terminated like a C string, so this works:

[...]

Does that help?

Yes, indeed. I think I possibly read about literal strings being nul-terminated somewhere but it must've slipped my mind.

Reply via email to