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

pub fn to_usize(x: u32) -> usize

Convert u32usize

This is a "safer" wrapper around as ensuring that the operation is zero-extension.