I want to add an isize to a usize and include bounds checking so that the result does not overflow the bounds of a usize. How can this
isize
usize