Simple bitset for parsing to identify if a character is a match within a bitset range.
Readonly
Plus operator (one or many)
The input buffer to match against.
The cursor to test the match against.
The end of the match or undefined.
Set items in the bitfield corresponding to a byte or bytes.
A byte as number, a string as a set of characters (ASCII) or a list of bytes in a Uint8array.
Kleene Star operator (zero or many)
The end of the match.
Simple bitset for parsing to identify if a character is a match within a bitset range.