1 2 3 4 5 6 7
//! 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")] }
1 2 3 4 5 6 7
//! 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")] }