fixed sequence missing a few functional methods

This commit is contained in:
Max Cahill 2022-01-17 17:05:59 +11:00
parent 18347e0b72
commit 0be82a31df

View File

@ -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, ...)