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?