Documentation Language: Swift

Property

macros

Macros indexed by their names.

let macros: OrderedDictionary<String, MTLMacro>

Discussion

Macros provide language extension capabilities, allowing custom control structures and pattern reuse. They can accept both regular parameters and body content parameters.