kotools / libraries

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

New `NotEmptyList` type #134

Closed LVMVRQUXL closed 1 year ago

LVMVRQUXL commented 1 year ago

Description

Introduce a new NotEmptyList type in the kotools.types.collection package representing lists that contain at least one element.

Checklist