Function mm0_util::u32_as_usize[][src]

pub fn u32_as_usize(n: u32) -> usize
Expand description

Converts n from u32 to usize or panics (which should not happen since we don’t support 16 bit systems).