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

pub fn from_i16<A>(n: i16) -> Option<A> where A: FromPrimitive

A utility function that just calls FromPrimitive::from_i16.