OC-Tsuki/ksrc/stdlib/table.lua

9 lines
162 B
Lua

_P.table = {}
@[[function copylib(method)]]
_P.table.@[{method}] = table.@[{method}]
@[[end]]
@[[for k, v in pairs(table) do
copylib(k)
end]]
@[[copylib = nil]]