# Functions
Bool checks if a boolean exists at the specified position in the provided []byte.
Checks returns a series of checks as a series of checks.
Cond returns a condition with a value and an operator if no operator is provided, the condition operator is =.
No description provided by the author
Conds returns a series of conditions as a series of checks Example: Conds(Cond([]byte("hello"), '!'), Cond([]byte("world"), '<')).
Exists checks if the provided []byte item exists in the provided []byte at the specified position.
Find checks if the provided byte exists in the provided []byte at or after the specified position.
Float converts the provided []byte of a number to a float64.
Int converts the provided []byte of a number to an int.
IsAlpha checks if in byte at the specified position in the provided []byte is a letter (a-z, A-Z).
IsAlphamNum checks if in byte at the specified position in the provided []byte is a letter (a-z, A-Z) or a number (0-9).
IsChar checks if in byte at the specified position in the provided []byte is a non-whitspace ('\r','\n','\t',' ') printable character.
IsNum checks if in byte at the specified position in the provided []byte is a number (0-9).
IsQuote checks if in byte at the specified position in the provided []byte is a quote (",',`).
Item returns a new item with pre and post checks and a list of enclosed items to be skipped.
Null checks if a null exists at the specified position in the provided []byte.
Num checks if a number exists at the specified position in the provided []byte.
Search checks if the provided []byte item exists in the provided []byte at or after the specified position.
String converts the provided []byte of a literal string to a string.
StringLit checks if a literal string exists at the specified position in the provided []byte.
# Type aliases
Parser is a function that parses an item in a []byte at the position provided and returns the item and the position after the item.