Function modulo_64

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

Compute the remainder after dividing both integers.

ยงCost

85 mWU (milli weight units)