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 __index metamethod. 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
generated by LDoc 1.4.3 Last updated 2017-06-01 23:07:48