Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Translate dictionary's sort #21

Open
vinivendra opened this issue Mar 26, 2020 · 0 comments
Open

Translate dictionary's sort #21

vinivendra opened this issue Mar 26, 2020 · 0 comments
Labels
enhancement New feature or request no solution yet It is not yet clear how to solve this issue

Comments

@vinivendra
Copy link
Owner

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.

@vinivendra vinivendra added enhancement New feature or request no solution yet It is not yet clear how to solve this issue labels Mar 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request no solution yet It is not yet clear how to solve this issue
Projects
None yet
Development

No branches or pull requests

1 participant