Nodes/comfy-ovum/_.reduceRight
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.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.reduceRight
  • list_or_dict
  • memo
  • *
Categoryovum/underscore

Inputs (2)

NameTypeDefaultDescription
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)

NameTypeDescription
**