pub(crate) const fn u32_min(a: u32, b: u32) -> u32
const equivalent of u32::min(a, b).
const
u32::min(a, b)