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