You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my point of view like user i am expect results should array with same order/reverse order here the error (as i understand no way to do that right now):
My suggestion is: create new function which will be do that: sortByIndex(array, order = 'asc|desc') or create reverse. I am prefer for reverse(but may be need support string as well)
Hello @antonmedv !
First of all thanks for this one of the best tool which i know!
Here my problem(i am not sure is it problem or suggestion).
I trying sort array here https://expr-lang.org/playground:
From my point of view like user i am expect results should array with same order/reverse order here the error (as i understand no way to do that right now):
My suggestion is: create new function which will be do that:
sortByIndex(array, order = 'asc|desc')
or createreverse
. I am prefer forreverse
(but may be need support string as well)Examples:
I can create pull request with this function
The text was updated successfully, but these errors were encountered: