]> git.lizzy.rs Git - rust.git/blob - src/libcore/num/u64.rs
Rollup merge of #69340 - Centril:self-ctor-normalize, r=nikomatsakis
[rust.git] / src / libcore / num / u64.rs
1 //! The 64-bit unsigned integer type.
2 //!
3 //! *[See also the `u64` primitive type](../../std/primitive.u64.html).*
4
5 #![stable(feature = "rust1", since = "1.0.0")]
6
7 uint_module! { u64 }