Function div_mod_16

Source
pub fn div_mod_16(a: u16, b: u16) -> (u16, u16)
Expand description

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

ยงCost

118 mWU (milli weight units)