docs-v2/content/flux/v0/stdlib/array/_index.md

1.2 KiB

title description menu weight cascade
array package The `array` package provides functions for manipulating array and building tables from arrays.
flux_v0_ref
name parent identifier
array stdlib array
11
flux/v0/tags introduced
array
tables
0.103.0

The array package provides functions for manipulating array and building tables from arrays. Import the array package:

import "array"

Functions

{{< children type="functions" show="pages" >}}