mirror of
https://github.com/appgurueu/modlib.git
synced 2025-04-06 17:21:29 +02:00
Make copy & tablecopy deepcopy aliases
This commit is contained in:
@ -133,6 +133,9 @@ function deepcopy(table)
|
|||||||
return _deepcopy(table)
|
return _deepcopy(table)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
tablecopy = deepcopy
|
||||||
|
copy = deepcopy
|
||||||
|
|
||||||
function count(table)
|
function count(table)
|
||||||
local count = 0
|
local count = 0
|
||||||
for _ in pairs(table) do
|
for _ in pairs(table) do
|
||||||
|
Reference in New Issue
Block a user