Module types

Source

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.
NamedAnchor
OutputType
The type desciptor of the output of a function call.
Parameters ๐Ÿ”’
TypeVariation ๐Ÿ”’

Constantsยง

NULLABILITY_UNSPECIFIED ๐Ÿ”’

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 ๐Ÿ”’