6 lines
112 B
Rust
Raw Normal View History

//! Operations and constants for `i16`
2012-11-28 15:24:39 -08:00
mod inst {
pub type T = i16;
pub const bits: uint = u16::bits;
}