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