mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
6fbea7cc84
Luau currently has the following functions in the C API for dealing with tables without invoking metamethods: lua_rawgetfield lua_rawget lua_rawgeti lua_rawset lua_rawseti This change adds the missing function lua_rawsetfield for consistency and because it's more efficient to use it in place of plain lua_rawset which requires pushing the key and value separately. Co-authored-by: Petri Häkkinen <petrih@rmd.remedy.fi> |
||
---|---|---|
.. | ||
lua.h | ||
luaconf.h | ||
lualib.h |