[][src]Function kas::text::conv::to_u32

pub fn to_u32(x: usize) -> u32

Convert usizeu32

This is a "safer" wrapper around as ensuring (on debug builds) that the input value may be represented correctly by u32.