On Monday, 12 November 2018 at 16:08:28 UTC, helxi wrote:
As far as I understand, calling a function pointer with an
argument in D looks like:
call(&fnptr, argTofn0, argTofn1, argTofn3);
Idk where you got that syntax from, but there's no syntactic difference between calling normal functions and function pointers:
https://run.dlang.io/is/I6u0rg
