Versions in this module Expand all Collapse all v0 v0.0.1 Oct 20, 2023 Changes in this version + type Family uint8 + const V4Family + const V6Family + type Range interface + Contains func(ip netip.Addr) bool + Family func() Family + Ips func() []string + Size func() *big.Int + func New(start, end netip.Addr) Range + func ParseRange(s string) (Range, error) + func ParseRanges(s string) ([]Range, error)