Skip to main content

wrapping_shr

Function wrapping_shr 

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