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
[8.x] Add a method to sort keys in a collection using a callback (#40…
…458)
* Add a method to sort keys in a collection using a callback
* Remove documentation used for debugging
Sort collections by key when first element of sort operation is strin…
…g (even if callable) (#40212)
* Sort collections by key when given a string even when key is callable
* Fix style (minor)
* Add test for sorting by callable string
* Fix style (minor)