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

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

A utility function that just calls FromPrimitive::from_i64.