https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

sngrekov

11/02/2019, 3:12 PM
Are there any MPP libraries with implementation for Queue, Stack and Deque?
a

Abduqodiri Qurbonzoda [JB]

11/20/2019, 3:38 AM
We are making some effort to implement common ArrayDeque, perhaps also introducing some of those interfaces. Could you please describe your use cases? Will you be using the implementation to code internal logic, or you also pass (receive) it through public API?
s

sngrekov

11/20/2019, 8:16 AM
I was intending to use internally. I used java Deque and Queue interfaces in my library, and now I am in the process of transitioning it into multiplatform, and encountered the lack of such data structures in Kotlins stdlib
2 Views