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