# Functions
IsExceedMaximumUint24Error returns true if exceed maximum Uint24.
IsNegativeUint24Error returns true if number is negative.
MustNewUint24 returns a new uint24.
NewUint24 returns a new uint24.
NewUint24Bytes returns a new uint24 from bytes.
ReadUint24ToInt reads bytes then decode to int.
WriteUint24 encode and write Uint24 to an io.Writer.
# Constants
MaxUint24 is the max value of Uint24.
# Type aliases
Uint24 is 3 bytes unsigned integer.