Module ascii_set

Source

MacrosΒ§

static_assert πŸ”’

StructsΒ§

AsciiSet
Represents a set of characters or bytes in the ASCII range.

ConstantsΒ§

ASCII_RANGE_LEN πŸ”’
BITS_PER_CHUNK πŸ”’
CONTROLS
The set of 0x00Β to 0x1F (C0 controls), and 0x7F (DEL).
NON_ALPHANUMERIC
Everything that is not an ASCII letter or digit.

FunctionsΒ§

_static_assert πŸ”’

Type AliasesΒ§

Chunk πŸ”’