summary refs log tree commit diff
path: root/src/libcore/num/i8.rs
blob: 5a52a967cf96d61fe73ddc5915ed4d57ae35c8f8 (plain)
1
2
3
4
5
6
7
//! The 8-bit signed integer type.
//!
//! *[See also the `i8` primitive type](../../std/primitive.i8.html).*

#![stable(feature = "rust1", since = "1.0.0")]

int_module! { i8 }