Skip to main content

iterator_take

Function iterator_take 

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

Iterator.prototype.take(n)(ES2025)。