Versions in this module Expand all Collapse all v1 v1.0.1 Nov 24, 2020 v1.0.0 Nov 11, 2020 Changes in this version + type Iterator interface + Contains func(net.IP) bool + Count func() *big.Int + Next func(*net.IP) bool + Reset func() + type Range interface + Contains func(net.IP) bool + Count func() *big.Int + Iterator func() Iterator + func Parse(s string) Range + type Ranges []Range + func (rr Ranges) Contains(ip net.IP) bool + func (rr Ranges) Count() *big.Int + func (rr Ranges) Iterator() Iterator