Skip to content

Instantly share code, notes, and snippets.

@tylerneylon
tylerneylon / copy.lua
Last active August 11, 2024 21:49
How to deep copy Lua values.
-- copy.lua
--
-- Lua functions of varying complexity to deep copy tables.
--
-- 1. The Problem.
--
-- Here's an example to see why deep copies are useful. Let's
-- say function f receives a table parameter t, and it wants to