On 1/19/2023 7:19 PM, H. S. Teoh wrote:
> This is a flaw in the language: there is no way to express that
> `process`'s attributes inherit from the passed-in delegate. This has
> been a pain point for years.
void process()(void delegate() userData) {}