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