Available on crate feature
ast-models
only.Expand description
AST node models representing literal values in source code.
Structsยง
- An integer literal from source. This only contains unsigned integers as writing negative numbers is considered to be a combination of an integer literal with a unary negation.