pub const fn checked_op_panic_const(l: usize, op: ArithOp, r: usize) -> usize
Performs a checked arithmetic operation on two usizes.
usize
Panics with a generic message if the operation would overflow.