From 1a424d067917ca63a58973ef19c64fbe44fb8bbc Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine <arseny.kapoulkine@gmail.com> Date: Thu, 24 Mar 2022 09:29:20 -0700 Subject: [PATCH] Mark table.clone as implemented --- docs/function-table-clone.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/function-table-clone.md b/docs/function-table-clone.md index 78d126e..8cb9798 100644 --- a/docs/function-table-clone.md +++ b/docs/function-table-clone.md @@ -1,5 +1,7 @@ # table.clone +**Status**: Implemented + ## Summary Add `table.clone` function that, given a table, produces a copy of that table with the same keys/values/metatable.