|
Hello,
Is there an efficient way to remove all key/value
pairs from a table? I cannot create new tables since it should happen as a side
effect of a C function each time it is executed and the amount of tables used is
variable. (They are registered by the Lua code in
advance.)
|