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

pub fn from_i8<A>(n: i8) -> Option<A> where A: FromPrimitive

A utility function that just calls FromPrimitive::from_i8.