Kotlin / kotlinx.collections.immutable

Immutable persistent collections for Kotlin
Apache License 2.0
1.12k stars 56 forks source link

Add missing toPersistentMap, rename persistentXxxOf to emptyPersistentXxx #177

Open Laxystem opened 3 months ago

Laxystem commented 3 months ago

I've encountered some annyoances when using KotlinX Coroutines, and so I've decided to move my own scattered-around solutions into the library itself.

Though I do have some questions:

Sorry for the big PR; Lots of the changes I did were in the same file and some even in the same lines, so it made more sense to submit them together than separately.