Skip to content

Instantly share code, notes, and snippets.

View leaf456's full-sized avatar
๐Ÿˆ
Attaching hands to cats tails

leaf456

๐Ÿˆ
Attaching hands to cats tails
View GitHub Profile
@tylerneylon
tylerneylon / copy.lua
Last active May 13, 2025 13:44
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