MacroKey returns the macro signatures accepted by this macro. Format: ` : : `. When the macros is a var-arg style macro, the `arg-count` value is represented as a `*`.
()
| 117 | // |
| 118 | // When the macros is a var-arg style macro, the `arg-count` value is represented as a `*`. |
| 119 | MacroKey() string |
| 120 | |
| 121 | // Expander returns the MacroExpander to apply when the macro key matches the parsed call |
| 122 | // signature. |
no outgoing calls