Type: nodetool.list.Sort
Namespace: nodetool.list
Description
Sorts the elements of a list in ascending or descending order. list, sort, order, arrange
Use cases:
- Organize data in a specific order
- Prepare data for binary search or other algorithms
- Rank items based on their values
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| values | List[any] |
[] |
|
| order | Enum['ascending', 'descending'] |
ascending |
Outputs
| Output | Type | Description |
|---|---|---|
| output | List[any] |
Metadata
Related Nodes
Browse other nodes in the nodetool.list namespace.