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
{{ message }}
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
Kotlin's Maps don't implement a sorting mechanism that's compatible with Swift, just like the Lists didn't. In order to translate a Dictionary's sort, we'll probably have to implement a quicksort operation or something, just like we did with List.
Once this is decided and either implemented or discarded, we should also either translate or delete the (Mutable)MapTest.testSortedBy tests.
The text was updated successfully, but these errors were encountered:
Kotlin's
Map
s don't implement a sorting mechanism that's compatible with Swift, just like theList
s didn't. In order to translate a Dictionary's sort, we'll probably have to implement a quicksort operation or something, just like we did withList
.Once this is decided and either implemented or discarded, we should also either translate or delete the
(Mutable)MapTest.testSortedBy
tests.The text was updated successfully, but these errors were encountered: