Closed mpajkowski closed 3 years ago
This PR removes double alignment check - proper alignment to S::Size is asserted by this condition:
S::Size
if !address.is_aligned(S::SIZE) { return Err(AddressNotAligned); }
This PR removes double alignment check - proper alignment to
S::Size
is asserted by this condition: