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

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

A utility function that just calls FromPrimitive::from_u64.