You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std.mem.zeroes: Improve handling of extern struct and extern union
`extern struct` will now be recursively initialized, same as `struct`.
The only difference is that the `extern` variant is initially zeroed out
to ensure its padding is also set correctly.
`extern union` is still initialized to its first named member, but it is
also now initially zeroed out for the padding.
Fixes#17258
0 commit comments