Function add_64

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

Add two integers and return the carry.

ยงCost

109 mWU (milli weight units)