On 2013-07-11 14:39, Adam D. Ruppe wrote: > Aye, it is. Even here it was doing it on every single loop iteration. > Disgusting. I was hoping setting it as an enum would ctfe it and just be > static data, but nope. Have you tried: enum string[23] _primitives = [ ... ]; static immutable primitives = _primitives; -- /Jacob Carlborg