1 2 3 4 5 6
//! The 128-bit unsigned integer type. //! //! *[See also the `u128` primitive type](../../std/primitive.u128.html).* #![stable(feature = "i128", since = "1.26.0")] uint_module! { u128, #[stable(feature = "i128", since="1.26.0")] }
1 2 3 4 5 6
//! The 128-bit unsigned integer type. //! //! *[See also the `u128` primitive type](../../std/primitive.u128.html).* #![stable(feature = "i128", since = "1.26.0")] uint_module! { u128, #[stable(feature = "i128", since="1.26.0")] }