Module:FunList/EnumerableExtensions/doc
From Melvor Idle
This is the documentation page for Module:FunList/EnumerableExtensions
Contains all shorthand functions that convert one Enumerable object into another. Most of these functions can be chained together to result in a state machine that captures all of the applied functions. The state machine is only executed once a pairs or ipairs operator is applied to the state machine, or by manually progressing the Module:FunList/Enumerator.