Module integer

Module integer 

Source

Modules§

sealed 🔒

Macros§

impl_from_int_literal 🔒

Structs§

IntegerLit
An integer literal, e.g. 27, 0x7F, 0b101010u8 or 5_000_000i64.

Enums§

IntegerBase
The bases in which an integer can be specified.
IntegerType
All possible integer type suffixes.

Traits§

FromIntegerLiteral
Integer literal types. Implementation detail.

Functions§

parse_impl 🔒
Precondition: first byte of string has to be in b'0'..=b'9'.