net/netip.Prefix.Bits (method)

2 uses

	net/netip (current package)
		netip.go#L1278: func (p Prefix) Bits() int { return int(p.bits) }
		netip.go#L1473: 	b[len(b)-1] = uint8(p.Bits())