From 0ae7c97e40b72ab86d338e978f42bd56b671c720 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Tue, 6 Sep 2022 12:36:03 +0200 Subject: [PATCH] Deprecate `table.tablecopy` alias --- table.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.lua b/table.lua index e60bcc8..7fcc420 100644 --- a/table.lua +++ b/table.lua @@ -339,7 +339,7 @@ function deepcopy(table) return _deepcopy(table) end -tablecopy = deepcopy +tablecopy = deepcopy --! deprecated alias copy = deepcopy function count(table)