wrapping_mul

Function wrapping_mul 

Source
pub open spec fn wrapping_mul(x: i128, y: i128) -> i128
Expand description
{ signed_crop(x * y) }