Type: nodetool.list.ListRange
Namespace: nodetool.list
Description
Generates a list of integers within a specified range. list, range, sequence, numbers
Use cases:
- Create numbered lists
- Generate index sequences
- Produce arithmetic progressions
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| start | int |
0 |
|
| stop | int |
0 |
|
| step | int |
1 |
Outputs
| Output | Type | Description |
|---|---|---|
| output | List[int] |
Metadata
Related Nodes
Browse other nodes in the nodetool.list namespace.