Module:FunList/Sandbox/doc: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
This module allows for various complex querying and evaluating of a table or otherwise collection or object that is iterable. This means that every Lua type works that provides an ipairs or pairs iterator.
This module allows for various complex querying and evaluating of a table or otherwise collection or object that is iterable. This means every Lua type that provides an ipairs or pairs iterator.


The functions under [[#Chainable Functions|Chainable Functions]] can be chained back to back to create a complex query. The underlying collection isn't evaluated unless some function is used that evaluates the function chain. This can be one of the many functions  not listed under Chainable Functions, or simply iterating over the function chain with ipairs/pairs.
The functions under [[#Chainable Functions|Chainable Functions]] can be chained back to back to create a complex query. The underlying collection isn't evaluated unless some function is used that evaluates the function chain. This can be one of the many functions  not listed under Chainable Functions, or simply iterating over the function chain with ipairs/pairs.
2,874

edits