Module rawTable
Function that produces a view of a table that disregards __index metamethod.
Functions
| rawTable (t) | Produces an alternate view of the given table that diregards __index metamethod. |
Functions
- rawTable (t)
-
Produces an alternate view of the given table that diregards
__indexmetamethod. This is equivalent to a situation where we would only use rawget on the original table. The original table is not modified in any way.Parameters:
- t tab