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