๐ฅ Removal of `Zero.Companion.fromByte*` methods
LVMVRQUXL opened this issue ยท 0 comments
LVMVRQUXL commented
๐ Description
We want to remove the Zero.Companion.fromByte(Byte)
and the Zero.Companion.fromByteOrNull(Byte)
methods, deprecated with an error level by #688, from the experimental API.
๐ Dependencies
This issue is blocked by the following items:
โ Checklist
- ๐ฅ Remove the
Zero.Companion.fromByteOrNull(Byte)
method. - ๐ฅ Remove the
Zero.Companion.fromByte(Byte)
method. - ๐ Update the unreleased changelog for this issue.