We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bc8db commit 45f96b0Copy full SHA for 45f96b0
README.md
@@ -99,3 +99,9 @@ Returns a new table with the values that exist in both tables
99
100
* array.<code>from_pairs(object:table, object:table):table</code><br />
101
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