Anonymous

Module:FunList/Sandbox/doc: Difference between revisions

From Melvor Idle
Remove .new function from docs. This is only for internal use.
No edit summary
(Remove .new function from docs. This is only for internal use.)
Line 1: Line 1:
== Functions ==
== 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 ===
=== create ===
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
2,874

edits