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))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)