Function subtract_64

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

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

ยงCost

115 mWU (milli weight units)