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