Sets the value associated with a key in a table without invoking any metamethods
See also Lua library functions.
Signature:
rawset(t, key, value)
Arguments:
t- A table (table)key- A key in the table (cannot benil) (value)value- New value to set for the key (value)
This function is defined in the Lua standard libraries