mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-10 02:31:48 +00:00
fixed sequence missing a few functional methods
This commit is contained in:
parent
18347e0b72
commit
0be82a31df
@ -71,7 +71,11 @@ for _, v in ipairs({
|
|||||||
"remove_if",
|
"remove_if",
|
||||||
"zip",
|
"zip",
|
||||||
"stitch",
|
"stitch",
|
||||||
|
"map_stitch",
|
||||||
"cycle",
|
"cycle",
|
||||||
|
"map_cycle",
|
||||||
|
"chain",
|
||||||
|
"map_chain",
|
||||||
}) do
|
}) do
|
||||||
local functional_f = functional[v]
|
local functional_f = functional[v]
|
||||||
sequence[v] = function(self, ...)
|
sequence[v] = function(self, ...)
|
||||||
|
Loading…
Reference in New Issue
Block a user