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

Add Sorted method #127

Merged
merged 4 commits into from
Nov 29, 2023
Merged

Add Sorted method #127

merged 4 commits into from
Nov 29, 2023

Commits on Sep 16, 2023

  1. Add Sorted method

    This is a varient on `slices.Sorted` that makes it easy to get a sorted slice. This makes it easy to get the elements of the set into a sorted slice. Quite handy when using sets to build up unique elements but then needing a well defined iteration order.
    Frassle committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    c5522bc View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    42d696e View commit details
    Browse the repository at this point in the history
  2. Also test go 1.21

    Frassle committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e241ad4 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Fix error messages in test

    Frassle authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e58cf51 View commit details
    Browse the repository at this point in the history