Function subtract_32

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

Subtract the second integer from the first integer, and return the borrow bit.

ยงCost

118 mWU (milli weight units)