Function foyer_common::bits::debug_assert_aligned
source ยท pub fn debug_assert_aligned<U: Unsigned>(align: U, v: U)Expand description
Debug assert that the given value is aligend with the given align.
Note: The given align must be a power of 2.