Add meta
This commit is contained in:
7
Meta/api/rawset.lua
Normal file
7
Meta/api/rawset.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param t table
|
||||
---@param key value
|
||||
---@param value value
|
||||
---Sets the value associated with a key in a table without invoking any metamethods
|
||||
function rawset(t, key, value) end
|
||||
Reference in New Issue
Block a user