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
For fields, arrays that are padded in bytemuck, there is no reason to always 0-initialize it. We can likely use MaybeUninit for more efficient copying when building from the *Init struct
For fields, arrays that are padded in bytemuck, there is no reason to always 0-initialize it. We can likely use
MaybeUninitfor more efficient copying when building from the*Initstruct