Skip to content

Commit 45f96b0

Browse files
committed
update readme
1 parent c1bc8db commit 45f96b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,9 @@ Returns a new table with the values that exist in both tables
9999

100100
* array.<code>from_pairs(object:table, object:table):table</code><br />
101101
Returns a table composed from key-value pairs
102+
103+
* array.<code>each(object:table, callback:function):void</code><br />
104+
Executes `callback` once for each table element
105+
106+
* array.<code>reverse_each(object:table, callback:function):void</code><br />
107+
Executes `callback` once for each table element in reverse order

0 commit comments

Comments
 (0)