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