Versions in this module Expand all Collapse all v0 v0.1.0 Jan 6, 2026 Changes in this version + type IPBinarySet struct + func New() *IPBinarySet + func (s *IPBinarySet) AddAddr(addr netip.Addr) + func (s *IPBinarySet) AddPrefix(prefix netip.Prefix) + func (s *IPBinarySet) All() iter.Seq[netip.Prefix] + func (s *IPBinarySet) ContainsAddr(addr netip.Addr) bool + func (s *IPBinarySet) ContainsPrefix(prefix netip.Prefix) bool + func (s *IPBinarySet) Copy() []netip.Prefix + func (s *IPBinarySet) Len() int + func (s *IPBinarySet) MarshalJSON() ([]byte, error) + func (s *IPBinarySet) Remove(prefix netip.Prefix) bool + func (s *IPBinarySet) String() string + func (s *IPBinarySet) UnmarshalJSON(data []byte) error + func (s *IPBinarySet) UnmarshalText(text []byte) error + type ParseError struct + Content string + Line int + func (e *ParseError) Error() string