summary refs log tree commit diff
path: root/src/libcore/int-template/i16.rs
blob: 9e7055c3e7a64a6065a70a048342dd60575ecc51 (plain)
1
2
pub type T = i16;
pub const bits: uint = u16::bits;