https://issues.dlang.org/show_bug.cgi?id=24343
--- Comment #1 from anonymous4 <dfj1esp02 at sneakemail.com> ---
TypeInfo could have a member
---
byte pattern;
---
so that struct S { char[100] x; } (sockaddr_un?) could still be initialized
with memset.
--