Skip to content

treemap: improve the lazy iterator#5123

Closed
thestinger wants to merge 1 commit into
rust-lang:incomingfrom
thestinger:treemap
Closed

treemap: improve the lazy iterator#5123
thestinger wants to merge 1 commit into
rust-lang:incomingfrom
thestinger:treemap

Conversation

@thestinger

Copy link
Copy Markdown
Contributor
  • replace the dual next() and get() calls with a single next() function
  • drop one of the pointer members from the struct
  • add a method for using the lazy iterator with a for loop

* replace the dual next() and get() calls with a single next() function
* drop one of the pointer members from the struct
* add a method for using the lazy iterator with a for loop
bors added a commit that referenced this pull request Feb 27, 2013
* replace the dual next() and get() calls with a single next() function
* drop one of the pointer members from the struct
* add a method for using the lazy iterator with a for loop
@bors bors closed this Feb 27, 2013
bors added a commit to rust-lang-ci/rust that referenced this pull request May 2, 2020
RalfJung added a commit to RalfJung/rust that referenced this pull request Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants