pub const fn is_aligned(value: usize, align: usize) -> bool
Check if a value is aligned to the given alignment.