On Monday, 20 June 2016 at 15:13:53 UTC, Gary Willoughby wrote:
I think the problem is that the delegate which is required by opApply is allocated using the GC.

make the delegate in opApply scope

int opApply(scope int delegate(whatever) dg)

Reply via email to