kotools / libraries

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

New `NegativeByte` type #114

Open LVMVRQUXL opened 1 year ago

LVMVRQUXL commented 1 year ago

Description

Introduce a NegativeByte type, representing negative byte numbers including zero, in the kotools.types package.

Checklist