kotools / libraries

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

New `ExplicitInt` type #86

Closed LVMVRQUXL closed 1 year ago

LVMVRQUXL commented 1 year ago

Description

Introduce a new ExplicitInt type in the kotools.types package having the same feature of the kotools.types.number.IntHolder type.

Checklist

LVMVRQUXL commented 1 year ago

Done.

LVMVRQUXL commented 1 year ago

Add the rem operations to this new ExplicitInt type.

LVMVRQUXL commented 1 year ago

Done.