https://issues.dlang.org/show_bug.cgi?id=18375
--- Comment #3 from Seb <[email protected]> --- > immutable global variables from shared static constructors (not sure if this > currently works, but it should be ok from memory model perspective) No this doesn't work at the moment. For future readers: it has been used by people before (https://github.com/vibe-d/vibe.d/pull/2060). --
