Flatten List¶
Flatten a nested list
Documentation¶
Flatten a nested list.
Definition¶
Input ports¶
- in
Type: [[<a>]]Description: Nested List
Output ports¶
- out
Type: [<a>]Description: Flattened List
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_list_operations.FlattenList[source]