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`.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.tail
  • obj
  • *
indextrue
Categoryovum/underscore

Inputs (2)

NameTypeDefaultDescription
objopt*Primary input object. Also accepts _.CHAIN to continue chaining.
indexoptBOOLEANtrueindex (boolean)

Outputs (1)

NameTypeDescription
**