This repository was archived by the owner on Oct 8, 2024. It is now read-only.
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
New iterator helper and binary iterators #123
Closed
Description
I have draft a proposol to add two new method(findLast, findLastIndex) into array(typed array) object. And I think it's should be considered in this proposal.
And Iterator does not support some behavior like walk from end to start yet. And so It's might should consider https://github.com/tc39/proposal-deiter too.
Thanks.