Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StringHashMap ¶
type StringHashMap map[string]struct{}
StringHashMap is HashMap substitute for string
func (StringHashMap) AddAll ¶
func (m StringHashMap) AddAll(srcMap StringHashMap)
AddAll adds all elements from one StringHashMap to another
func (StringHashMap) ToArray ¶
func (m StringHashMap) ToArray() []string
ToArray convert and return an StringHashMap to string array
Click to show internal directories.
Click to hide internal directories.