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
Optimise `from` methods on factories for `Array`-based collections by having them call `copyToArray` on the source collection. Deprecate overriding the overloads of `copyToArray` with fewer args, and remove overrides of those methods from the standard library. Fix incorrect doc about termination of `copyToArray` for infinite collections. Add helper method similar to `Array.from` for calling `copyToArray` on an `IterableOnce`.
0 commit comments