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