mulhi

Function mulhi 

Source
pub fn mulhi<Full, Half>(x: Full, y: Full) -> Full
where Full: UnsignedInteger, Half: UnsignedInteger,
Expand description

Multiply two unsigned, integral values, and return the high product.

The high product is the upper half of the product. The full type is the full type size, while the half type is the type with exactly half the bits.