Versions in this module Expand all Collapse all v3 v3.0.1 Mar 19, 2024 Changes in this version + type Range struct + Start uint32 + Stop uint32 + func (s Range) Contains(q uint32) bool + func (s Range) Less(q uint32) bool + func (s Range) Merge(t Range) (union Range, ok bool) + func (s Range) String() string + type Set []Range + func ParseSet(set string) (Set, error) + func (s *Set) AddNum(q ...uint32) + func (s *Set) AddRange(start, stop uint32) + func (s *Set) AddSet(t Set) + func (s Set) Contains(q uint32) bool + func (s Set) Dynamic() bool + func (s Set) Nums() (nums []uint32, ok bool) + func (s Set) String() string Other modules containing this package github.com/zwjzxh520/go-imap/v2 github.com/zwjzxh520/go-imap/v4