-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot specify ascending or descending order #1
Comments
In case someone else stumbles across this issue, you can use this approach:
If you want to change between ascending or descending, just swap the parameters used in the comparison, so change this:
|
Thanks ! |
Thank you! |
Thanks, bud! I appreciate the help. |
|
I am trying to specify the order in which the map should be sorted, but by default it is sorted in descending order.
The text was updated successfully, but these errors were encountered: