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

45 lines
1.2 KiB
Markdown

---
title: array package
description: >
The `array` package provides functions for manipulating array and building tables from arrays.
menu:
flux_v0_ref:
name: array
parent: stdlib
identifier: array
weight: 11
cascade:
flux/v0/tags: [array, tables]
introduced: 0.103.0
---
<!------------------------------------------------------------------------------
IMPORTANT: This page was generated from comments in the Flux source code. Any
edits made directly to this page will be overwritten the next time the
documentation is generated.
To make updates to this documentation, update the comments above the package
declaration in the Flux source code:
https://github.com/influxdata/flux/blob/master/stdlib/array/array.flux
Contributing to Flux: https://github.com/influxdata/flux#contributing
Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
------------------------------------------------------------------------------->
The `array` package provides functions for manipulating array and building tables from arrays.
Import the `array` package:
```js
import "array"
```
## Functions
{{< children type="functions" show="pages" >}}