The idiomatic way is to use `proc foo(args: ...): ... {.customMacro.}`.
- DSLs and macros: custom function signature vitreo12
- Re: DSLs and macros: custom function signature Hlaaftana
- Re: DSLs and macros: custom function signature Araq
The idiomatic way is to use `proc foo(args: ...): ... {.customMacro.}`.