Module ty

Source
Available on crate feature ast-models only.
Expand description

AST models for type signatures in wright source.

Structs§

AtomicTy
An atomic type signature in wright source code.
ReferenceTy
Source code for a reference type signature, such as @u64.

Enums§

AtomicTyVariant
The atomic types of wright – primitive numeric types, boolean, char, etc.
Type
A type signature in source code.