You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This proposal’s spec defines a Tuple.from method akin to Array.from. #250 (see #369) also added support for proposal-iterator-helpers’s Iterator.from and proposal-async-iterator-helpers’s AsyncIterator.from. proposal-iterator-helpers is at Stage 3 and proposal-async-iterator-helpers is at Stage 2.
proposal-array-from-async is also at Stage 3 (conditional on editor review). Its Array.fromAsync is meant to coexist with AsyncIterator.from like how Array.from coexists with Iterator.from.
Should this proposal add a parallel Tuple.fromAsync?
This proposal’s spec defines a
Tuple.from
method akin toArray.from
. #250 (see #369) also added support for proposal-iterator-helpers’sIterator.from
and proposal-async-iterator-helpers’sAsyncIterator.from
. proposal-iterator-helpers is at Stage 3 and proposal-async-iterator-helpers is at Stage 2.proposal-array-from-async is also at Stage 3 (conditional on editor review). Its
Array.fromAsync
is meant to coexist withAsyncIterator.from
like howArray.from
coexists withIterator.from
.Should this proposal add a parallel
Tuple.fromAsync
?The text was updated successfully, but these errors were encountered: