pub fn clamp_u8(val: u16) -> u8
Expand description

Clamps the given value to the [0, 255] range.