Skip to main content

iterator_reduce

Function iterator_reduce 

Source
pub fn iterator_reduce(
    it: &mut Interp,
    this: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

Iterator.prototype.reduce(fn, initial?)(ES2025)。