Function foyer_common::bits::align_down
source ยท pub fn align_down<U: Unsigned>(align: U, v: U) -> UExpand description
Align down the given value with the given align.
Note: The given align must be a power of 2.
pub fn align_down<U: Unsigned>(align: U, v: U) -> UAlign down the given value with the given align.
Note: The given align must be a power of 2.