Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ordered/sorted iterators on BinaryHeap as per #59278 #65091

Merged
merged 4 commits into from
Oct 31, 2019

Commits on Oct 25, 2019

  1. Add .into_iter_sorted() and .drain_sorted()

    * `.drain_sorted()` doc change suggested by @KodrAus
    sekineh committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    6b88073 View commit details
    Browse the repository at this point in the history
  2. Remove unused uses.

    sekineh committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    2dbf268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30e8f65 View commit details
    Browse the repository at this point in the history
  4. fix doctest

    sekineh committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    95442ae View commit details
    Browse the repository at this point in the history