kotools/types

๐Ÿ”ฅ Removal of `Zero.Companion.fromByte*` methods

LVMVRQUXL opened this issue ยท 0 comments

๐Ÿ“ 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.