pub trait UsizeExt { // Required methods fn ssub(&mut self, _: usize) -> bool; fn wsub(&mut self, _: usize, _: usize) -> bool; }
Saturating subtract with lower bound 0.
Wrap subtract with wrap around at cap.