type Byte = Byte
Module Byte
Byte operations and byte classes.
A class of bytes for parsers and Byte.Is.
.any!— any byte..byte b— a specific byte..range(lo, hi)!— bytes in the inclusive range[lo, hi].
Returns the numeric value of a byte (0-255) as a natural number.
dec Byte.Is : [Byte, Byte.Class] Bool
Tests whether a byte matches a class.