Is there a way to get a pointer to a non-static nested function?I don't think you can do it at compile time. You can at runtime by accessing the funcptr of the delegate.-Steve
Thanks for the reply. I will post the issue to bugzilla.
Max Samukha via Digitalmars-d-learn Tue, 10 Nov 2020 11:51:05 -0800
Is there a way to get a pointer to a non-static nested function?I don't think you can do it at compile time. You can at runtime by accessing the funcptr of the delegate.-Steve
Thanks for the reply. I will post the issue to bugzilla.