Delegate.opCall

Helper to call the delegate without accessing dg.

union Delegate(FT)
opCall
(
A...
)
(
A a
)
if (
is(PointerTarget!FT == function)
)

Meta