mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
fix: credit source for table comparison algorithm
This commit is contained in:
parent
d85faed644
commit
5dfc707b29
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
-- From https://gist.github.com/sapphyrus/fd9aeb871e3ce966cc4b0b969f62f539
|
||||||
local function tableEq(tbl1, tbl2)
|
local function tableEq(tbl1, tbl2)
|
||||||
if tbl1 == tbl2 then
|
if tbl1 == tbl2 then
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in a new issue