Module core::i16Unstable[src]
Operations and constants for signed 16-bits integers (i16 type)
Primitive Types
| i16 | Operations and constants for signed 16-bits integers ( |
Statics
pub static BITS: uint = 16 |
|
pub static BYTES: uint = ($bits / 8) |
|
pub static MAX: i16 = !MIN |
|
pub static MIN: i16 = (-1 as $T) << (BITS - 1) |