Versions in this module Expand all Collapse all v1 v1.0.2 Dec 13, 2024 Changes in this version + func ContainString(slice []string, item string) bool + func ContainsString(slice []string, item string) bool + func Max(x, y int) int + func Min(x, y int) int + type OrderedSet struct + func NewOrderedSet() *OrderedSet + func (s *OrderedSet) Add(item string) + func (s *OrderedSet) Contains(item string) bool + func (s *OrderedSet) Items() []string + func (s *OrderedSet) Remove(item string)