Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type String ¶
type String map[string]interface{}
func (String) Difference ¶
func (String) Intersection ¶
func (String) SymmetricDifference ¶
type StringList ¶ added in v0.9.4
type StringList [][]string
StringList is a set, where each element of the set is a string slice.
func (StringList) Has ¶ added in v0.9.4
func (s StringList) Has(val []string) bool
func (StringList) Insert ¶ added in v0.9.4
func (s StringList) Insert(val []string) StringList
func (StringList) Len ¶ added in v0.9.4
func (s StringList) Len() int
Click to show internal directories.
Click to hide internal directories.