wrapping_mul
vstd
In vstd::
wrapping::
i16_
specs
vstd
::
wrapping
::
i16_specs
Function
wrapping_
mul
Copy item path
Source
pub
open spec
fn wrapping_mul(x:
i16
, y:
i16
) ->
i16
Expand description
{ signed_crop(x * y) }