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