--- 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 --- 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" >}}