Closed as duplicate of#28
Description
Hey, I was wondering, since Array.fromAsync(iter)
is similar to AsyncIterator.from(iter).toArray()
wouldn't it make sense if they shared the same spec text? That is one (for example fromAsync) is defined and the other is defined in terms of it?
(I agree that it makes sense to have both as it's more ergonomic and people will likely reach out to both - though that's not the discussion here)