Module:FunList/Enumerable/doc
From Melvor Idle
< Module:FunList | Enumerable
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.