--- title: array package description: > The `array` package provides functions for manipulating arrays and for building tables from Flux arrays. menu: flux_v0_ref: name: array parent: experimental identifier: experimental/array weight: 21 cascade: flux/v0/tags: [array, tables] introduced: 0.79.0 --- The `array` package provides functions for manipulating arrays and for building tables from Flux arrays. Import the `experimental/array` package: ```js import "experimental/array" ``` {{% warn %}} #### Deprecated This package is deprecated in favor of [`array`](/flux/v0/stdlib/array/). {{% /warn %}} ## Functions {{< children type="functions" show="pages" >}}