Module std::i16Unstable[src]

Operations and constants for signed 16-bits integers (i16 type)

Primitive Types

i16

Operations and constants for signed 16-bits integers (i16 type)

Statics

pub static BITS: uint = [definition]  
pub static BYTES: uint = [definition]  
pub static MAX: i16 = [definition]  
pub static MIN: i16 = [definition]  

Functions

parse_bytes

Parse a byte slice as a number in the given base

to_str_bytes

Convert to a string as a byte slice in a given base.