blob: 564ed598a882c700dbbf10a09842d0ba5aea26f5 [file] [log] [blame]
//! The 128-bit signed integer type.
//!
//! *[See also the `i128` primitive type](../../std/primitive.i128.html).*
#![stable(feature = "i128", since = "1.26.0")]
int_module! { i128, #[stable(feature = "i128", since="1.26.0")] }