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