flowstdlib 0.142.0

The standard library of functions and flows for 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
function = "zip"
source = "zip.rs"
docs = "zip.md"
type = "rust"

[[input]]
name = "left" # - the 'left' array
type = "array/"

[[input]]
name = "right" # - the 'right' array
type = "array/"

# Array of tuples of values from 'left' Array and 'right' Array
[[output]]
type = "array/"