type Byte = Byte
A primitive type representing a single byte.
Byte operations and byte classes.
type Byte = Byte
A primitive type representing a single byte.
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.
Converts a natural number to a byte modulo 256.
dec Byte.Is : [Byte, Byte.Class] Bool
Tests whether a byte matches a class.