[Issue 18397] Poor implementation of std.conf.hexString results in unintended bloat

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 8 10:08:03 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18397

--- Comment #3 from anonymous4 <dfj1esp02 at sneakemail.com> ---
Why it creates sting literal instead of string itself?
Then you could just do
---
enum string hexString = hexStrImpl(hexData);
---

--


More information about the Digitalmars-d-bugs mailing list