https://issues.dlang.org/show_bug.cgi?id=11817 --- Comment #4 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> --- I use it as a hack to have a zero-initialized member, results in a more efficient initialization of the struct - when it can be simply wiped with zeros. --