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

pub fn from_int<A: FromPrimitive>(n: isize) -> Option<A>

A utility function that just calls FromPrimitive::from_int.