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