ComfyUI Node
_.tail
Returns everything but the first entry of the array. Aliased as `tail`. Especially useful on the arguments object. Passing an **index** will return the rest of the values in the array from that index onward. The **guard** check allows it to work with `_.map`.
_.tail
- obj
- *
◄indextrue►
Categoryovum/underscore
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| objopt | * | Primary input object. Also accepts _.CHAIN to continue chaining. | |
| indexopt | BOOLEAN | true | index (boolean) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |