ComfyUI Node
_.last
Returns the last element of an array. Passing n will return the last n elements of the array.
_.last
- py_list
- *
◄n1►
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. | |
| nopt | INT | 1 | n (int) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |