[src]

Module std::u16

Operations and constants for unsigned 16-bits integers (u16 type)

Statics

pub static bits: uint = 16  
pub static bytes: uint = ($bits / 8);  
pub static max_value: u16  
pub static min_value: u16  

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.