Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Add TwoWayGeneratingIterable #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

stevenroose
Copy link

This new iterable supports both generating from initial to last as from last to initial element.

The class can be used to make LruMap.keys.last more efficient so that users can have constant time access to the least-recently used element.

Replaces google/quiver-dart/pull/283

@cbracken cbracken self-assigned this Feb 3, 2016
@stevenroose
Copy link
Author

Any news on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants