pub(crate) fn fast_idiv(n: usize, d: NonZeroUsize) -> usize
Expand description
Fast integer division where divisor is a nonzero power of 2
pub(crate) fn fast_idiv(n: usize, d: NonZeroUsize) -> usize
Fast integer division where divisor is a nonzero power of 2