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