Versions in this module Expand all Collapse all v1 v1.1.0 Jul 9, 2026 Changes in this version + type ErrConflict struct + Port uint + func (e ErrConflict) Error() string + type UIntSet struct + func NewInt() *UIntSet + func (p *UIntSet) Add(i uint) error + func (p *UIntSet) List() ([]uint, error) + func (p *UIntSet) Remove(i uint)