Function core::num::from_i16Experimental
[-]
[+]
[src]
pub fn from_i16<A: FromPrimitive>(n: i16) -> Option<A>
A utility function that just calls FromPrimitive::from_i16
.