libs/table.lua

Thu, 16 Mar 2023 11:41:52 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 16 Mar 2023 11:41:52 +0000
changeset 457
73d4eb93657b
parent 439
6fc73ad6b1d2
child 483
33d566513eb0
permissions
-rw-r--r--

Update to use util.id for random ids instead of counters (thanks Zash)

return {pack = function(...) return {n = select("#", ...); ...} end; create = function() return {} end}

mercurial