Kotlin / kotlinx.collections.immutable

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

Add explanation about persistent collection to doc #184

Open ayyubid opened 1 month ago

ayyubid commented 1 month ago

I'm not familiar with functional programming and just a Kotlin programmer. It would be awesome if someone could add a simple explanation about what a Persistent Collection is and how it work to doc. Thanks!