callFunction

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int callFunction(lua_State* L, T func, ParameterTypeTuple!T args)
    int
    callFunction
    (
    T
    )
    (,,
    ParameterTypeTuple!T args
    )
    if (
    !is(BindableReturnType!T == const) &&
    !is(BindableReturnType!T == immutable)
    )
  2. int callFunction(lua_State* L, T func, ParameterTypeTuple!T args)

Meta