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

pub fn from_u64<A>(n: u64) -> Option<A> where A: FromPrimitive

A utility function that just calls FromPrimitive::from_u64.