pub const fn u128_is_aligned_to(addr: u128, align: u128) -> boolExpand description
Checks whether the address has the demanded alignment.
This is a const version of Align::is_aligned_to.
pub const fn u128_is_aligned_to(addr: u128, align: u128) -> boolChecks whether the address has the demanded alignment.
This is a const version of Align::is_aligned_to.