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

1.4 KiB

title description menu weight cascade
array package The `array` package provides functions for manipulating arrays and for building tables from Flux arrays.
flux_0_x_ref
name parent identifier
array experimental experimental/array
21
flux/v0.x/tags introduced
array
tables
0.79.0

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

import "experimental/array"

{{% warn %}}

Deprecated

This package is deprecated in favor of array. {{% /warn %}}

Functions

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