fn to_usize_saturating(x: u64) -> usize
Convert a u64 to a usize, saturating if the value would overflow.
u64
usize