Function __saturating_sub

pub const fn __saturating_sub(a: usize, b: usize) -> usize
Expand description

Proxy for u32::saturating_sub.

Used by the derive macro for SlabItem.