kotools / types

Explicit types for Kotlin Multiplatform.
https://types.kotools.org
MIT License
89 stars 5 forks source link

✨ Support comma as decimal point when creating `Zero` #680

Closed LVMVRQUXL closed 2 months ago

LVMVRQUXL commented 2 months ago

📝 Description

We want to support the comma character (,) as decimal point when calling the Zero(Any) constructor.

LVMVRQUXL commented 2 months ago

We've removed the Zero(Any) constructor while resolving the issue #681.