borrowing_sub

Function borrowing_sub 

pub const fn borrowing_sub(lhs: u64, rhs: u64, borrow: bool) -> (u64, bool)
Expand description

⚠️ Sub with borrow.

⚠️ This function is not part of the stable API.
Helper while [Rust#85532](https://github.com/rust-lang/rust/issues/85532) stabilizes.