Documentation

dynamic.asArray() function

dynamic.asArray() is experimental and subject to change at any time.

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.

Function type signature
(<-v: dynamic) => [dynamic]

For more information, see Function type signatures.

Parameters

v

Dynamic value to convert. Default is the piped-forward value (<-).


Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more