Closed jalovatt closed 5 years ago
The code for deepEquals doesn't seem right to me, and at any rate it needs to have a check for __noRecurisive added for safety.
deepEquals
__noRecurisive
Likewise, Table.shallowEquals is a very quick implementation that I haven't had a chance to test.
Table.shallowEquals
The code for
deepEquals
doesn't seem right to me, and at any rate it needs to have a check for__noRecurisive
added for safety.Likewise,
Table.shallowEquals
is a very quick implementation that I haven't had a chance to test.