kotools / types

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

✨ New `Zero(Byte)` constructor #686

Closed LVMVRQUXL closed 1 month ago

LVMVRQUXL commented 2 months ago

📝 Description

We want to introduce the Zero(Byte) constructor for replacing the Zero.Companion.fromByte(Byte) experimental function.

class Zero {
    constructor(number: Byte)
}

✅ Checklist