kotools / libraries

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

New `StrictlyPositiveByte` type #115

Open LVMVRQUXL opened 1 year ago

LVMVRQUXL commented 1 year ago

Description

Introduce a StrictlyPositiveByte type, representing strictly positive byte numbers excluding zero, in the kotools.types package.

Checklist