Expand description
Representation and queries for definitions of module-level Cairo language elements. For example, resolving identifiers in the module level is done here.
Modules§
Macros§
- extract_
macro_ single_ unnamed_ arg - Macro to extract a single unnamed argument of an inline macro. Gets the pattern for the allowed bracket types, and returns the argument expression.
- extract_
macro_ unnamed_ args - Macro to extract unnamed arguments of an inline macro.