Turn a list of lists into a list of the formerly nested items.
Inputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The list to flatten |
Outputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The flattened list |
How to
Feed in a list of lists (a nested list)
The result is a list of the elements nested into the original lists

