ComfyUI Node
_.foldl
**Reduce** builds up a single result from a list of values, aka `inject`, or foldl iteratee takes arguments(memo, value, index) and returns memo
_.foldl
- obj
- memo
- *
Categoryovum/underscore
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| objopt | * | Primary input object. Also accepts _.CHAIN to continue chaining. | |
| memoopt | * | memo: JSON allowed for arrays/objects where applicable. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |