List Zip
Pairs two lists by index using the shorter length
basic
Since P00
Input Ports
A
A input for List Zip.
B
B input for List Zip.
Output Ports
Entries
Entries output from List Zip.
Count
Count output from List Zip.
Overview
Pairs two lists by index using the shorter length
Inputs and Outputs
Input Ports
- A
List\<Any>: A input for List Zip. - B
List\<Any>: B input for List Zip.
Output Ports
- Entries
List\<Map>: Entries output from List Zip. - Count
Int: Count output from List Zip.
When to Use
Use List Zip when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.