Page history
15 August 2024
no edit summary
−11
no edit summary
+1,429
→Collection transform functions
+26
→Arithmetic Functions
+24
→aggregate
+6
→Iteration
+6
→Sequence Search Functions
+40
no edit summary
+189
→sort
−210
→Functions
+184
Remove .new function from docs. This is only for internal use.
−256
no edit summary
+6,979
no edit summary
−1,444
Created page with "== Functions == === new === <syntaxhighlight lang="lua"> ---@param nextFunc fun(context: any, index: any):any, any ---@param index any ---@param contextFactory fun(): any ---@return Enumerator3 function Enumerator3.new(nextFunc, index, contextFactory) </syntaxhighlight> === create === <syntaxhighlight lang="lua"> ---@param obj any ---@return Enumerator3 function Enumerator3.create(obj) </syntaxhighlight> === ipairs === <syntaxhighlight lang="lua"> ---@return fun():tabl..."
+13,834