kotools / libraries

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

New `StrictlyNegativeByte` type #116

Open LVMVRQUXL opened 1 year ago

LVMVRQUXL commented 1 year ago

Description

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

Checklist