rust/src/libcore/int-template/i16.rs

2 lines
No EOL
51 B
Rust

pub type T = i16;
pub const bits: uint = u16::bits;