image.png

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

  1. Feed in a list of lists (a nested list)
  2. The result is a list of the elements nested into the original lists