ComfyUI Node
_.rest
Returns the rest of the elements in an array. Pass an index to return the values of the array from that index onward.
_.rest
- py_list
- LIST
◄indextrue►
Categoryovum/underscore
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| py_listopt | * | Primary input object (expected array). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining. | |
| indexopt | BOOLEAN | true | index (boolean) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LIST | LIST | — |