checked_op_panic_const

Function checked_op_panic_const 

Source
pub const fn checked_op_panic_const(l: usize, op: ArithOp, r: usize) -> usize
Expand description

Performs a checked arithmetic operation on two usizes.

ยงPanics

Panics with a generic message if the operation would overflow.