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

pub fn from_u16<A>(n: u16) -> Option<A> where A: FromPrimitive

A utility function that just calls FromPrimitive::from_u16.