pub fn check_aligned(x: usize, align: usize) -> bool
Expand description

Check whether x is a multiple of align.