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