https://issues.dlang.org/show_bug.cgi?id=11817
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Martin Nowak <[email protected]> --- The compiler could skip those fields during initialization, but adding typeid(T).init arrays with gaps would be more difficult (require many changes). I'd say representing those gaps as 0 is the best trade-off for now, as it still allows to put the initializer into .bss. --
