package byteseq

Import Path
	github.com/go-faster/jx/internal/byteseq (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files Package byteseq provides a Byteseq type that can be used to represent a sequence of bytes.
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
Byteseq is common interface for byte slices and strings.
Package-Level Functions (only one, which is exported)
Type Parameters: T: Byteseq DecodeRuneInByteseq decodes the first UTF-8 encoded rune in val and returns the rune and its size in bytes.