types icon indicating copy to clipboard operation
types copied to clipboard

✨ New `NegativeInteger.unaryMinus()` function

Open LVMVRQUXL opened this issue 6 months ago • 0 comments
trafficstars

📝 Description

For all Kotlin platforms and Java, we want to add the NegativeInteger.unaryMinus() experimental function for returning the negative of this integer.

operator fun NegativeInteger.unaryMinus(): PositiveInteger = TODO()

🔗 Dependencies

This issue is blocked by the following items:

  • [ ] #821
  • [ ] #661

✅ Checklist

See the Issue implementation section in the contributing guidelines before addressing the following checklist.

  • [ ] ✨ Add the function with tests, documentation and samples.
  • [ ] 📝 Update the unreleased changelog for this issue.
  • [ ] 📝 After closing this issue, update the status of tracking issues depending only on this one.

LVMVRQUXL avatar Apr 24 '25 10:04 LVMVRQUXL