var corpus …
func FuzzParse(f *testing.F) { … }
func checkTextMarshaler(t *testing.T, x encoding.TextMarshaler) { … }
func checkBinaryMarshaler(t *testing.T, x encoding.BinaryMarshaler) { … }
func checkTextMarshalMatchesString(t *testing.T, x netipType) { … }
type appendMarshaler …
func checkTextMarshalMatchesAppendTo(t *testing.T, x appendMarshaler) { … }
type netipType …
type netipTypeCmp …
func checkStringParseRoundTrip[P netipTypeCmp](t *testing.T, x P, parse func(string) (P, error)) { … }
func checkEncoding(t *testing.T, x netipType) { … }