blob: 7d1aa664de30c52adfd54cc14b47555c7e3f2258 (
plain)
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")] }
|