Modules§
- sealed 🔒
Macros§
Structs§
- An integer literal, e.g.
27
,0x7F
,0b101010u8
or5_000_000i64
.
Enums§
- The bases in which an integer can be specified.
- All possible integer type suffixes.
Traits§
- Integer literal types. Implementation detail.
Functions§
- Precondition: first byte of string has to be in
b'0'..=b'9'
.