Expand description
Names of objects, arguments, and references
Structs§
- NameSeg
- Four-character name segment, allowing underscores, uppercase letters, and digits (except at the beginning).
- Name
String - Fully qualified object path, either absolute or relative.
Enums§
- Path
Anchor - Indicates whether a name is absolute or relative to the current or parent scope.
- Simple
Name - A named object or variable.
- Super
Name - A named object, variable, reference expression, or debug object.
Functions§
- to_path
- Convert a list of segments in various formats into a path vector
Type Aliases§
- Target
- Location to store the result of an operation