Function std::num::from_u32Unstable [-] [+] [src]

pub fn from_u32<A>(n: u32) -> Option<A> where A: FromPrimitive

A utility function that just calls FromPrimitive::from_u32.