Skip to content

Zip

Name Mandatory Description Default Type
⬅️ Input The input of the shard, if any None
Output ➡️ The resulting output of the shard [{Any}][[Any]]
Sequences No The sequences to zip together. none [[Any] Var([Any])]
Keys No The element keys to user. none None[String]

Zip will take any number of sequences and return a sequence of sequences, where each sequence is a tuple of the values from the input sequences at the same index.