The Nest
Explore
Sign in
akkartik
driver.love
0059-table_and_array_both_empty
0
Programming environment for editing various of my live apps without restarting them.
Code
Changes
Tags
Discussions
main
table_and_array_both_empty = function(x) for _,_ in pairs(x) do return false end return true end