Type: nodetool.list.Union

Namespace: nodetool.list

Description

Combines unique elements from two lists. list, set, union, combine

Use cases:
- Merge lists while removing duplicates
- Combine collections uniquely
- Create comprehensive set of items

Properties

Property Type Description Default
list1 List[any]   []
list2 List[any]   []

Outputs

Output Type Description
output List[any]  

Metadata

Browse other nodes in the nodetool.list namespace.