Versions in this module Expand all Collapse all v1 v1.0.0 Jun 10, 2022 Changes in this version + func IsValidUserTypeNameByte(c byte) bool + type Bytes []byte + func (b Bytes) CountSpacesFromLeft() int + func (b Bytes) Equals(bb Bytes) bool + func (b Bytes) IsUserTypeName() bool + func (b Bytes) Len() int + func (b Bytes) LineFrom(start Index) (Bytes, error) + func (b Bytes) OneOf(ss ...string) bool + func (b Bytes) ParseBool() (bool, error) + func (b Bytes) ParseInt() (int, error) + func (b Bytes) ParseUint() (uint, error) + func (b Bytes) Slice(begin, end Index) Bytes + func (b Bytes) String() string + func (b Bytes) TrimSpaces() Bytes + func (b Bytes) TrimSpacesFromLeft() Bytes + func (b Bytes) TrimSquareBrackets() Bytes + func (b Bytes) Unquote() Bytes + type Index uint