Function div_mod_32

Source
pub fn div_mod_32(a: u32, b: u32) -> (u32, u32)
Expand description

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

ยงCost

115 mWU (milli weight units)