Function std::num::from_i64[src]

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

A utility function that just calls FromPrimitive::from_i64.