void foo(@nogc void delegate()) doesn't work.
But declaring an alias does, but too verbose. Surely we should be able to add the attribute directly?
void foo(@nogc void delegate()) doesn't work.
But declaring an alias does, but too verbose. Surely we should be able to add the attribute directly?