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