Macrosยง
- textify_
kind ๐
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 output type of a function call, rendered as
:typeafter the argument list. - Parameters ๐
- Type
Variation ๐
Constantsยง
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.
- textify_
type ๐