pub fn clamp_u32(val: u64) -> u32
Expand description

Clamps the given value to the [0, 4_294_967_295] range.