wrapping_mul

Function wrapping_mul 

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