pub const fn raw_is_aligned(val: usize, align: usize) -> bool
Expand description

Is the integer aligned to the given alignment? align must be a power of two.