luaL_pushresult method

void luaL_pushresult(
  1. Pointer<luaL_Buffer> B
)

Implementation

void luaL_pushresult(ffi.Pointer<luaL_Buffer> B) {
  return _luaL_pushresult(B);
}