Skip to main content

Module bytes

Module bytes 

Source
Expand description

Predicates for bytes.

Structs§

ByteAscii
Checks whether the given byte is within the ASCII range.
ByteAsciiAlphabetic
Checks whether the given byte is an ASCII alphabetic character.
ByteAsciiAlphanumeric
Checks whether the given byte is an ASCII alphanumeric character.
ByteAsciiControl
Checks whether the given byte is an ASCII control character.
ByteAsciiDigit
Checks whether the given byte is an ASCII digit.
ByteAsciiGraphic
Checks whether the given byte is an ASCII graphic character.
ByteAsciiLowercase
Checks whether the given byte is an ASCII lowercase character.
ByteAsciiPunctuation
Checks whether the given byte is an ASCII punctuation character.
ByteAsciiUppercase
Checks whether the given byte is an ASCII uppercase character.
ByteAsciiWhitespace
Checks whether the given byte is an ASCII whitespace character.
ByteNull
Checks whether the byte is NULL.

Constants§

NULL
Represents the null byte.
NULL_CODE
The byte::null literal.
NULL_MESSAGE
The null byte literal.

Type Aliases§

ByteNonNull
Checks whether the byte is non-NULL.