Would array and generator comprehensions in Harmony support functions returning void (i.e. functions with either `return;` or an implicit return) being called in the AssignmentOperator part of the Comprehension statement, like a forEach combined with map, or would it throw an error, making it effectively syntactic sugar for Array.prototype.map()?
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

