Type: nodetool.list.Extend

Namespace: nodetool.list

Description

Merges one list into another, extending the original list. list, merge, concatenate, combine

Use cases:
- Combine multiple lists
- Add all elements from one list to another

Properties

Property Type Description Default
values List[any]   []
other_values List[any]   []

Outputs

Output Type Description
output List[any]  

Metadata

Browse other nodes in the nodetool.list namespace.