LuaBoundFunc.asDelegate

Allows taking a pointer to the opCall function, so a LUA function can be passed around like a D one!

struct LuaBoundFunc(alias LuaFuncT, alias ReturnT, Params...)
alias asDelegate = opCall

Meta