]> git.lizzy.rs Git - rust.git/blob - src/libcore/num/u16.rs
Auto merge of #68363 - Dylan-DPC:rollup-33enndv, r=Dylan-DPC
[rust.git] / src / libcore / num / u16.rs
1 //! The 16-bit unsigned integer type.
2 //!
3 //! *[See also the `u16` primitive type](../../std/primitive.u16.html).*
4
5 #![stable(feature = "rust1", since = "1.0.0")]
6
7 uint_module! { u16 }