Function add_32

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

Add two integers and return the carry.

ยงCost

117 mWU (milli weight units)