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

1.3 KiB

title description menu weight cascade
array package The `array` package provides functions for manipulating arrays and for building tables from Flux arrays.
flux_v0_ref
name parent identifier
array experimental experimental/array
21
flux/v0/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" >}}