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 sort-by, string=, and string< #116

Merged
merged 1 commit into from
Dec 19, 2022
Merged

Added sort-by, string=, and string< #116

merged 1 commit into from
Dec 19, 2022

Conversation

skx
Copy link
Owner

@skx skx commented Dec 19, 2022

This pull-request adds the various string-comparison methods, and uses them to implement a flexible sort-by method - which the user can supply a comparison method to.

The sort-by method is tested by sorting an array of structures by one of two fields.

This updates #115.

This pull-request adds the various string-comparison methods, and
uses them to implement a flexible sort-by method - which the user
can supply a comparison method to.

The sort-by method is tested by sorting an array of structures
by one of two fields.

This updates #115.
@skx skx merged commit f310844 into master Dec 19, 2022
@skx skx deleted the 115-sort-by branch December 19, 2022 19:45
@skx skx mentioned this pull request Feb 13, 2023
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.

1 participant