ComfyUI Node
_.reduceRight
The right-associative version of reduce. Foldr is not as useful in JavaScript as it would be in a language with lazy evaluation.
_.reduceRight
- list_or_dict
- memo
- *
Categoryovum/underscore
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list_or_dictopt | * | Primary input object (expected collection). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining. | |
| memoopt | * | memo: JSON allowed for arrays/objects where applicable. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |