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

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

A utility function that just calls FromPrimitive::from_int.