Contains reports whether the range includes the given IP address.
(ip netip.Addr)
| 40 | |
| 41 | // Contains reports whether the range includes the given IP address. |
| 42 | Contains(ip netip.Addr) bool |
| 43 | |
| 44 | // Size returns the number of IP addresses in the range. |
| 45 | Size() *big.Int |
no outgoing calls