wrapping_mul

Function wrapping_mul 

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