Primitive Type i16Unstable
Operations and constants for signed 16-bits integers (i16 type)
Trait Implementations
impl FromStr for i16
impl FromStrRadix for i16
fn from_str_radix(s: &str, radix: uint) -> Option<i16>
impl ToStrRadix for i16
fn to_str_radix(&self, radix: uint) -> String
Convert to a string in a given base.