package helper

Import Path
	github.com/refraction-networking/utls/internal/helper (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files typeconv.go
Package-Level Functions (only one, which is exported)
Uint8to16 converts a slice of uint8 to a slice of uint16. e.g. []uint8{0x00, 0x01, 0x00, 0x02} -> []uint16{0x0001, 0x0002}