Type: nodetool.list.Difference

Namespace: nodetool.list

Description

Finds elements that exist in first list but not in second list. list, set, difference, subtract

Use cases:
- Find unique elements in one list
- Remove items present in another list
- Identify distinct elements

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.