Versions in this module Expand all Collapse all v0 v0.6.0 Jun 14, 2024 Changes in this version + type Family uint8 + const V4Family + const V6Family + type Pool []Range + func (p Pool) Contains(ip net.IP) bool + func (p Pool) Size() *big.Int + func (p Pool) String() string + type Range interface + Contains func(ip net.IP) bool + End func() net.IP + Family func() Family + Size func() *big.Int + Start func() net.IP + func New(start, end net.IP) Range + func ParseRange(s string) (Range, error) + func ParseRanges(s string) ([]Range, error)