kotools / libraries

Multiplatform libraries for expressive programming with Kotlin.
https://kotools.github.io/libraries
MIT License
0 stars 0 forks source link

Overload the `toNotEmptyList` function #126

Closed LVMVRQUXL closed 1 year ago

LVMVRQUXL commented 1 year ago

Description

Overload the toNotEmptyList function with the following operations:

fun <E> NotEmptySet<E>.toNotEmptyList(): NotEmptyList<E>

Checklist

LVMVRQUXL commented 1 year ago

Done.