Type: nodetool.list.Intersection

Namespace: nodetool.list

Description

Finds common elements between two lists. list, set, intersection, common

Use cases:
- Find elements present in both lists
- Identify shared items between collections
- Filter for matching 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.