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

pub fn from_i32<A: FromPrimitive>(n: i32) -> Option<A>

A utility function that just calls FromPrimitive::from_i32.