Documentation
¶
Index ¶
- type StringSet
- func (set *StringSet) Add(ss ...string)
- func (set *StringSet) AddSet(set1 *StringSet)
- func (ss *StringSet) Contain(s string) bool
- func (ss *StringSet) Elements() []string
- func (ss *StringSet) Equal(ss1 *StringSet) bool
- func (ss *StringSet) JoinEscaped() string
- func (ss *StringSet) Len() int
- func (ss *StringSet) Remove(s string)
- func (ss *StringSet) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringSet ¶
type StringSet struct {
// contains filtered or unexported fields
}
func (*StringSet) JoinEscaped ¶
Join escaped joins the elements of ss into one string and escapes '"'.
Click to show internal directories.
Click to hide internal directories.