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
{{ message }}
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
.toArray seems needlessly specific since arrays are not the only things that iterators will need to be converted to
It's also redundant because Array.from already exists. Would it not be better to leave it up to each class to implement its own iterator -> class instance constructor (Object.fromEntries, new Set/Set.from, etc.)?