RawSet(t, key, val)
key. The specified value can be of any type (number, string, table,
function, etc.). Basically, this function does the same as the following
expression:
t[key] = v |
The only difference is that RawSet() will never invoke any metamethod
so that you have full and immediate access to all table fields. See Metamethods for details.