# Functions
No description provided by the author
IsBlank returns true if provided byte is space or a new line.
IsDigit returns true if provided byte is a digit.
IsHexDigit returns true if provided byte is a hex digit.
IsNewLine returns true if provided byte is a new line.
IsSpace returns true is provided byte is space.
IsValidUserTypeNameByte returns true if specified rune can be a part of user type name.
No description provided by the author
No description provided by the author
QuoteChar formats char as a quoted character literal.
# Interfaces
ByteKeeper all allowed types for specifying Byte constructor.
# Type aliases
No description provided by the author