pub fn checked_add_usize(a: usize, b: usize) -> Result<usize, PanicReason>
Expand description

Add two unchecked numbers, returning an error if overflow