Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustStringsToInts ¶
Types ¶
type OrderedSet ¶
type OrderedSet struct {
// contains filtered or unexported fields
}
func NewOrderedSet ¶
func NewOrderedSet(elts ...string) *OrderedSet
func (*OrderedSet) Contains ¶
func (set *OrderedSet) Contains(s string) bool
func (*OrderedSet) Insert ¶
func (set *OrderedSet) Insert(values ...string)
func (*OrderedSet) Values ¶
func (set *OrderedSet) Values() []string
Click to show internal directories.
Click to hide internal directories.