net/netip.Prefix.IsSingleIP (method) one use net/netip (current package) netip.go#L1331: func (p Prefix) IsSingleIP() bool { return p.IsValid() && p.Bits() == p.ip.BitLen() }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)