net/netip.Addr.IsValid (method, view implemented interface methods)

2 uses

	net/netip (current package)
		netip.go#L387: func (ip Addr) IsValid() bool { return ip.z != z0 }
		netip.go#L1120: func (p AddrPort) IsValid() bool { return p.ip.IsValid() }