Function div_mod_64

Source
pub fn div_mod_64(a: u64, b: u64) -> (u64, u64)
Expand description

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

ยงCost

86 mWU (milli weight units)