Log

util/iterators.lua @ 9807:dcc85d72d5b3

description author age
util.iterators: Use pack from table.pack Kim Alvefur 2018-12-08
util.iterators: Add sorted_pairs() method Matthew Wild 2018-09-21
util.iterators: Add join() method and tests Matthew Wild 2018-05-18
util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck] Kim Alvefur 2017-11-10
util.iterators: Add iterator wrapper that works like select(n, ...) applied to original iterator Kim Alvefur 2016-04-15
util.iterators: Normalize indentation Kim Alvefur 2016-04-13
util.iterators: Fix use of incorrect variable accidentally introduced in a9ef93bc81d9 Matthew Wild 2016-03-21
util.iterators: Variable renaming to avoid shadowing [luacheck] Matthew Wild 2016-03-10
util.iterators: Return initial var from upstream iterator [luacheck] Matthew Wild 2016-03-10
util.iterators: Don't replace var, as we should preserve var from the original iterator [luacheck] Matthew Wild 2016-03-10
util.iterators: Use table.pack() on Lua 5.2 Kim Alvefur 2016-02-22
util.iterators: Localize unpack() in Lua 5.2 compatible way Kim Alvefur 2016-02-22
Remove all trailing whitespace Florian Zeitz 2013-08-09
util.iterators: Small fix for variable scoping issue Matthew Wild 2013-05-17
util.iterators: Add filter() to run results through a filter function Matthew Wild 2013-05-17