kotools / libraries

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

New `kotools.types.StrictlyPositiveInt` type #107

Closed LVMVRQUXL closed 1 year ago

LVMVRQUXL commented 1 year ago

Description

Create a new StrictlyPositiveInt type in the kotools.types package and deprecate the old type from kotools.types.number.

Keep it simple by only providing its builders.

Checklist

LVMVRQUXL commented 1 year ago

Done.