WIP: Auios' version - Do not merge. Only here for comparison #9
@@ -4,7 +4,7 @@
|
||||
-- Table / List
|
||||
-- Whether a table contains no keys
|
||||
function table.empty(t)
|
||||
return next(t) ~= nil
|
||||
return next(t) == nil
|
||||
end
|
||||
|
||||
-- Apply a function to each key in a table
|
||||
|
||||
Reference in New Issue
Block a user