Expand description
Representation of Wolfram Language symbols.
This module provides four primary types:
These types are used for storing a string value that has been validated to conform to the syntax of Wolfram Language symbols and contexts.
In addition to the previous types, which own their string value, types are provided
that can be used to validate a borrowed &str
value, without requiring another
allocation:
§Related Links
Structs§
- Context
- Wolfram Language context.
- Context
Ref - Borrowed string containing a valid context.
- Relative
Context - Context begining with a
`
. - Symbol
- Wolfram Language symbol.
- Symbol
Name - The identifier portion of a symbol. This contains no context marks (‘`’).
- Symbol
Name Ref - Borrowing string containing a valid symbol name.
- Symbol
Ref - Borrowed string containing a valid symbol.