forked from redo/BlockLua
Compare commits
1 Commits
5885dcbed3
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8399b11322 |
BIN
BlockLua.dll
BIN
BlockLua.dll
Binary file not shown.
@@ -5,7 +5,7 @@
|
|||||||
-- Table / List
|
-- Table / List
|
||||||
-- Whether a table contains no keys
|
-- Whether a table contains no keys
|
||||||
function table.empty(t)
|
function table.empty(t)
|
||||||
return next(t)~=nil
|
return next(t)==nil
|
||||||
end
|
end
|
||||||
-- Apply a function to each key in a table
|
-- Apply a function to each key in a table
|
||||||
function table.map(f, ...)
|
function table.map(f, ...)
|
||||||
|
|||||||
Reference in New Issue
Block a user