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

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

A utility function that just calls FromPrimitive::from_u16.