pub const fn usize_from_u64_saturated(x: u64) -> usize
const-capable x.try_into().unwrap_or(usize::MAX)
x.try_into().unwrap_or(usize::MAX)