]> git.proxmox.com Git - rustc.git/blob - library/core/src/num/isize.rs
New upstream version 1.47.0+dfsg1
[rustc.git] / library / core / src / num / isize.rs
1 //! The pointer-sized signed integer type.
2 //!
3 //! *[See also the `isize` primitive type](../../std/primitive.isize.html).*
4 //!
5 //! Although using these constants won’t cause compilation warnings,
6 //! new code should use the associated constants directly on the primitive type.
7
8 #![stable(feature = "rust1", since = "1.0.0")]
9
10 int_module! { isize }