-
Notifications
You must be signed in to change notification settings - Fork 359
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
Array
sorting
#1112
Comments
Thanks for reporting this! To set expectations:
Finally, please be patient with the core team. They are trying their best with limited resources. |
Hi, this would be a great feature. It seems to me, that the functionality is already there, since the array seems to be used for sorting lists. It only needs to be exposed also to the array module. I think something like this could also be relevant to create more performant statistics libraries ... Lines 73 to 86 in 84f3889
|
Sorting operations like
sort
,sortBy
&sortWith
inList
can't be found in themodule Array
.I miss them the most when working with
Arrays
, so I think these would be worth adding in a future release to supply a default way of sortingArray
s.The text was updated successfully, but these errors were encountered: