Function mmtk::util::conversions::raw_is_aligned
source · 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.