np_flatten
Flatten an input array to a one-dimensional copy, preserving the order of elements.
Instructions
Return a flattened copy of the array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |