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