> Are we OK with this? Seems like removing `entries`, `keys` and providing own > default `@@iterator` for `Set` which should be just `values()` would make it > more sense from the abstraction usage perspective.
W.r.t. your last suggestion: that’s how the spec does it. Anything else would definitely not have made sense. https://people.mozilla.org/~jorendorff/es6-draft.html#sec-set.prototype-@@iterator -- Dr. Axel Rauschmayer [email protected] rauschma.de
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

