On Friday, 14 July 2017 at 10:43:05 UTC, Mike Parker wrote:
DIP 1011 is titled "extern(delegate)".https://github.com/dlang/DIPs/blob/master/DIPs/DIP1011.md
Contrary to other poster I believe this is wrong way to solve a problem. A far simpler approach is to allow compiler implicitly convert function pointer to delegate. The dance with making an ABI wrapper can be left to compiler proper.
And no annotation hell. --- Dmitry Olshansky
