pub const fn u8_is_aligned_to(addr: u8, align: u8) -> bool
Expand description
Checks whether the address has the demanded alignment.
This is a const
version of Align::is_aligned_to
.
pub const fn u8_is_aligned_to(addr: u8, align: u8) -> bool
Checks whether the address has the demanded alignment.
This is a const
version of Align::is_aligned_to
.