Skip to main content
wrapping_shr
vstd
In vstd::
wrapping::
i32_
specs
vstd
::
wrapping
::
i32_specs
Function
wrapping_
shr
Copy item path
Source
pub
open spec
fn wrapping_shr(x:
i32
, shift:
u32
) ->
i32
Expand description
{ x >> (shift %
32u32
) }