Type: nodetool.list.Append
Namespace: nodetool.list
Description
Adds a value to the end of a list. list, add, insert, extend
Use cases:
- Grow a list dynamically
- Add new elements to an existing list
- Implement a stack-like structure
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| values | List[any] |
[] |
|
| value | any |
- |
Outputs
| Output | Type | Description |
|---|---|---|
| output | List[any] |
Metadata
Related Nodes
Browse other nodes in the nodetool.list namespace.