php-ds / ext-ds

An extension providing efficient data structures for PHP 7
https://medium.com/p/9dda7af674cd
MIT License
2.11k stars 95 forks source link

2.0 should see some reverse iterators #117

Closed rtheunissen closed 6 years ago

rtheunissen commented 6 years ago

Recently there's been talks about a array_keys_first and array_keys_last, which made me think that there should be a way to achieve this for associative types, whether it's a getKeyAt function or a view of the keys.

rtheunissen commented 6 years ago

After some more thought, I don't believe there is a use case here that can't be achieved with a traversal over a reversed copy.