Open main menu
Home
Random
Log in
Settings
About Melvor Idle
Disclaimers
Search
Module:FunList/Sandbox/doc: Difference between revisions
Module
Discussion
← Older edit
Newer edit →
Module:FunList/Sandbox/doc
(view source)
Revision as of 15:41, 15 August 2024
256 bytes removed
,
15 August
Remove .new function from docs. This is only for internal use.
Revision as of 15:40, 15 August 2024
(
view source
)
Ricewind
(
talk
|
contribs
)
No edit summary
← Older edit
Revision as of 15:41, 15 August 2024
(
view source
)
Ricewind
(
talk
|
contribs
)
(Remove .new function from docs. This is only for internal use.)
Newer edit →
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">
Ricewind
2,875
edits