Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 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)