Structs§
- Anchor
- Name
- The name of a something to be represented. It will be displayed on its own if the string is a proper identifier, or in double quotes if it is not.
- Named
Anchor - Output
Type - The type desciptor of the output of a function call.
Functions§
- escaped
- Escape a string for use in a literal or quoted identifier.
- is_
identifer - A valid identifier is a sequence of ASCII letters, digits, and underscores, starting with a letter.