Documentation
¶
Overview ¶
Package stringmap contains utility functions for working with the map[string]string type
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Keys ¶
Keys return a slice containing the keys of the map[string]string. No order is guaranteed.
func SortedKeys ¶
SortedKeys returns a slice containin the (sorted) keys of the map[string]string, in the usual lexigraphic order provided by sort.Strings
func SortedVals ¶
SortedVals returns a slice containin the (sorted) valuess of the map[string]string, in the usual lexigraphic order provided by sort.Strings. Values may not be unique.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.