content/flux/v0/stdlib/experimental/dynamic/asarray.md
dynamic.asArray() converts a dynamic value into an array of dynamic elements.
The dynamic input value must be an array. If it is not an array, dynamic.asArray() returns an error.
(<-v: dynamic) => [dynamic]
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
Dynamic value to convert. Default is the piped-forward value (<-).