tc39 / proposal-async-iterator-helpers

Methods for working with async iterators in ECMAScript
https://tc39.es/proposal-async-iterator-helpers/
95 stars 3 forks source link

What about `at()`? #10

Closed benlesh closed 1 year ago

benlesh commented 1 year ago

It exists in Array, I'd argue that it should exist here and for iterables as well... because it's useful for getting the first or last value, or any value in between.

There's some related discussion here: https://github.com/tc39/proposal-iterator-helpers/issues/279

benlesh commented 1 year ago

Well, nevermind. I don't feel like engaging with this actually