kotools / libraries

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

New `NonZeroByte` type #112

Open LVMVRQUXL opened 1 year ago

LVMVRQUXL commented 1 year ago

Description

Introduce a NonZeroByte type, representing byte numbers other than zero, in the kotools.types package.

Checklist