func github.com/tmthrgd/go-hex.RawEncode

4 uses

	github.com/tmthrgd/go-hex (current package)
		hex.go#L47: 	return RawEncode(dst, src, lower)
		hex.go#L55: 	return RawEncode(dst, src, upper)
		hex.go#L72: 	RawEncode(dst, src, alpha)
		hex_amd64.go#L16: func RawEncode(dst, src, alpha []byte) int {