mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-22 14:14:36 +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",
|
||||
"zip",
|
||||
"stitch",
|
||||
"map_stitch",
|
||||
"cycle",
|
||||
"map_cycle",
|
||||
"chain",
|
||||
"map_chain",
|
||||
}) do
|
||||
local functional_f = functional[v]
|
||||
sequence[v] = function(self, ...)
|
||||
|
Loading…
Reference in New Issue
Block a user