Deprecate table.tablecopy alias

This commit is contained in:
Lars Mueller 2022-09-06 12:36:03 +02:00
parent baecb79eda
commit 0ae7c97e40

@ -339,7 +339,7 @@ function deepcopy(table)
return _deepcopy(table) return _deepcopy(table)
end end
tablecopy = deepcopy tablecopy = deepcopy --! deprecated alias
copy = deepcopy copy = deepcopy
function count(table) function count(table)