Structure
MTLMacroInvocation
A macro invocation statement.
struct MTLMacroInvocation
Topics
Initializers
Instance Properties
V
arguments
The argument expressions.
V
bodyContent
Optional body content to pass to the macro.
V
macroName
The name of the macro to invoke.
V
multiLines
Whether this statement spans multiple lines.
Instance Methods
F
execute(in:)
Executes the statement within the specified execution context.