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

Align down an integer to the given alignment. align must be a power of two.