This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
New hierarchy of integers #132
Labels
common
Should work on all platforms.
enhancement
New feature or request.
types
Related to Kotools Types library.
Milestone
Comments
LVMVRQUXL
added
enhancement
New feature or request.
common
Should work on all platforms.
types
Related to Kotools Types library.
labels
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 18, 2022
Impacted types: NonZeroInt, PositiveInt, NegativeInt, StrictlyPositiveInt and StrictlyNegativeInt
LVMVRQUXL
added a commit
that referenced
this issue
Dec 19, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 19, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 19, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 19, 2022
Done. |
LVMVRQUXL
added a commit
that referenced
this issue
Dec 21, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 21, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 21, 2022
Make the following types serializable:
Update the serialization of the following types:
|
LVMVRQUXL
added a commit
that referenced
this issue
Dec 21, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 21, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 21, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 21, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 21, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 22, 2022
LVMVRQUXL
added a commit
that referenced
this issue
Dec 22, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
common
Should work on all platforms.
enhancement
New feature or request.
types
Related to Kotools Types library.
Description
Introduce a new hierarchy of integers in the
kotools.types.number
package with the following types:AnyInt
representing all integersNonZeroInt
representing integers other than zeroPositiveInt
representing positive integersNegativeInt
representing negative integersStrictlyPositiveInt
representing strictly positive integersStrictlyNegativeInt
representing strictly negative integersZeroInt
representing the zero integer.Code example
Checklist
ZeroInt
type.StrictlyPositiveInt
type.StrictlyNegativeInt
type.NonZeroInt
type.PositiveInt
type.NegativeInt
type.AnyInt
.kotools.types
package.Work in progress
section in changelog.The text was updated successfully, but these errors were encountered: