net/netip.Prefix.AppendBinary (method, view implemented interface methods)

2 uses

	net/netip (current package)
		netip.go#L1558: func (p Prefix) AppendBinary(b []byte) ([]byte, error) {
		netip.go#L1571: 	return p.AppendBinary(make([]byte, 0, p.Addr().withoutZone().marshalBinarySize()+1))