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