Skip to main content

wrapping_shr

Function wrapping_shr 

Source
pub open spec fn wrapping_shr(x: usize, shift: u32) -> usize
Expand description
{ x >> (shift % usize::BITS) }