flowstdlib 0.142.0

The standard library of functions and flows for 'flow' programs
Documentation
function = "multiply_row"
source = "multiply_row.rs"
docs = "multiply_row.md"
type = "rust"

[[input]]
name = "a"
type = "array/number"

[[input]]
name = "a_index"
type = "number"

[[input]]
name = "b"
type = "array/number"

[[input]]
name = "b_index"
type = "number"

[[output]]
name = "product"
type = "number"

[[output]]
name = "a_b_index"
type = "array/number"