Avatar
omochimetaru 6/25/2023 6:14 PM
As macros arrive to swift, I would like to discuss a topic about code generation that annoyed me for some time. The main problem is that currently @escaping modifier might be applied only to function types, but, on syntax level, there is no way reliably understand that type is function type or not. Suppose I want to write a macro that generate...
6:14 PM
どれが関数型かわからないからinitマクロ作れない問題、キツイな