Documentation
¶
Overview ¶
Internal package used to work with 7-bit US-ASCII characters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteToDigit ¶
func ByteToDigit[Type constraints.Integer](value byte) Type
Converts the byte value belongs to decimal digital characters to a digit of the specified integer type.
Byte value correctness checks are not performed.
func DigitToByte ¶
func DigitToByte[Type constraints.Integer](digit Type) byte
Converts the digit value to decimal digital character.
Digit value correctness checks are not performed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.