Function core::num::from_uintUnstable [-] [+] [src]

pub fn from_uint<A: FromPrimitive>(n: usize) -> Option<A>

A utility function that just calls FromPrimitive::from_uint.