Module:FunList/Enumerable/doc

From Melvor Idle
< Module:FunList‎ | Enumerable
Revision as of 19:37, 26 July 2024 by Ricewind (talk | contribs) (Created page with "Implementation of the base Enumerable class. This class and its inheritants map the Lua pairs and ipairs functions to a state machine. Inheritants must implement the '''getEnumerator''' function that returns an Module:FunList/Enumerator object.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:FunList/Enumerable

Implementation of the base Enumerable class. This class and its inheritants map the Lua pairs and ipairs functions to a state machine. Inheritants must implement the getEnumerator function that returns an Module:FunList/Enumerator object.