Function div_mod_8

Source
pub fn div_mod_8(a: u8, b: u8) -> (u8, u8)
Expand description

Divide the first integer by the second integer, and return the remainder.

§Cost

128 mWU (milli weight units)