On Thursday, 11 July 2013 at 16:38:48 UTC, Jacob Carlborg wrote:
enum string[23] _primitives = [ ... ];
static immutable primitives = _primitives;

Cool, a variant of that did work. Thanks!

Now it is 100% heap allocation free.

Reply via email to