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
fromAsync can be transferred to or inherited by any other constructor with a single numeric parameter. In that case, the final result will be the data structure created by that constructor (with 0 as its argument)...
While species and of() create arrays with a numeric argument, presumably since they'd be able to have knowledge of predetermined length, shouldn't fromAsync() be consistent with from() since the length of the iterable would/could be unknown?
From readme Generic factory method:
While species and
of()
create arrays with a numeric argument, presumably since they'd be able to have knowledge of predetermined length, shouldn'tfromAsync()
be consistent withfrom()
since the length of the iterable would/could be unknown?The text was updated successfully, but these errors were encountered: