Skip to main content

u32_to_i32_saturating

Function u32_to_i32_saturating 

Source
pub fn u32_to_i32_saturating(value: u32) -> i32
Expand description

Saturates a u32 to the range representable by i32.