Type: nodetool.list.SelectElements

Namespace: nodetool.list

Description

Selects specific values from a list using index positions. list, select, index, extract

Use cases:
- Pick specific elements by their positions
- Rearrange list elements
- Create a new list from selected indices

Properties

Property Type Description Default
values List[any]   []
indices List[int]   []

Outputs

Output Type Description
output List[any]  

Metadata

Browse other nodes in the nodetool.list namespace.