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

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

A utility function that just calls FromPrimitive::from_i64.