type go.pact.im/x/phcformat/encode.Uint

4 uses

	go.pact.im/x/phcformat/encode (current package)
		encode.go#L183: type Uint uint
		encode.go#L186: func NewUint(n uint) Uint {
		encode.go#L187: 	return Uint(n)
		encode.go#L191: func (v Uint) Append(dst []byte) []byte {