-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ New StrictlyNegativeInt.Companion.create*
factory functions
#347
Closed
5 tasks done
Milestone
Comments
LVMVRQUXL
added
feature
New feature or request.
common
Item related to all platforms.
labels
Dec 21, 2023
LVMVRQUXL
changed the title
New static factory function named
New static factory function for Dec 22, 2023
of
for StrictlyNegativeInt
StrictlyNegativeInt
LVMVRQUXL
changed the title
New static factory function for
New factory function Dec 22, 2023
StrictlyNegativeInt
StrictlyNegativeInt.Companion.from
LVMVRQUXL
changed the title
New factory function
New Jan 7, 2024
StrictlyNegativeInt.Companion.from
StrictlyNegativeInt.Companion.create*
factory functions
We should wait for the issue #371 to be resolved before implementing this one. |
7 tasks
LVMVRQUXL
added a commit
that referenced
this issue
Feb 21, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 21, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 21, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 21, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 21, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 21, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 21, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 21, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 21, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 23, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 24, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 24, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 24, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 24, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 24, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 24, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 24, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 24, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Feb 24, 2024
LVMVRQUXL
changed the title
New
✨ New Feb 28, 2024
StrictlyNegativeInt.Companion.create*
factory functionsStrictlyNegativeInt.Companion.create*
factory functions
11 tasks
We reopen this issue for improving the documentation of these new functions be indicating that these may involve rounding or truncation. |
LVMVRQUXL
added a commit
that referenced
this issue
Mar 8, 2024
Indicates that these functions may involve rounding or truncation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
📝 Description
We would like to add
create*
experimental factory functions to theStrictlyNegativeInt.Companion
type for all platforms with the following signature:The
StrictlyNegativeInt
type being incompatible with Java due to its declaration as inline value class, these functions shouldn't be available yet for Java users.✅ Checklist
create
function, test its behaviour with Kotlin and update the public API binaries.createOrNull
function, test its behaviour with Kotlin and update the public API binaries.create
and thecreateOrNull
functions by indicating that they may involve rounding or truncation.The text was updated successfully, but these errors were encountered: