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

Added unstable variants of sort from std #494

Merged
merged 4 commits into from Nov 9, 2020
Merged

Commits on Nov 9, 2020

  1. Added sorted_unstable

    Added `sorted_unstable_by`
    
    Added `sorted_unstable_by_key`
    zeon256 committed Nov 9, 2020
    Copy the full SHA
    2276be9 View commit details
    Browse the repository at this point in the history
  2. Added test for sorted_unstable

    Added test for `sorted_unstable_by`
    
    Added test for `sorted_unstable_by_key`
    zeon256 committed Nov 9, 2020
    Copy the full SHA
    c94846f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a8f7f5e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    33efe95 View commit details
    Browse the repository at this point in the history