kotools / libraries

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

`Any` overrides in integers #145

Closed LVMVRQUXL closed 1 year ago

LVMVRQUXL commented 1 year ago

Description

Override the equals and the hashCode functions in StrictlyPositiveInt and StrictlyNegativeInt.

Checklist

LVMVRQUXL commented 1 year ago

The value classes can't override these functions for now!