func github.com/go-faster/jx/internal/byteseq.DecodeRuneInByteseq

2 uses

	github.com/go-faster/jx/internal/byteseq (current package)
		byteseq.go#L12: func DecodeRuneInByteseq[T Byteseq](val T) (r rune, size int) {

	github.com/go-faster/jx
		w_str_escape.go#L180: 		c, size := byteseq.DecodeRuneInByteseq(v[i:])