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

pub fn from_i64<A>(n: i64) -> Option<A> where A: FromPrimitive

A utility function that just calls FromPrimitive::from_i64.