Flatten List

../../../../_images/flatten_list.svg

Flatten a nested list.

Input ports:
in:

[[<a>]]

Nested List

Output ports:
out:

[<a>]

Flattened List

class node_list_operations.FlattenList[source]