LuaFuncFuncs.bind

Binds this lua function into a statically typed wrapper.

mixintemplate LuaFuncFuncs()
bind
(
alias ReturnT
Params...
)
()

Parameters

ReturnT

The singular return value (or void) produced by this function.

Params

The parameters that this function takes.

Return Value

Type: auto

The statically typed wrapper.

See Also

LuaBoundFunc

Meta