# Functions
No description provided by the author
IsSubset checks to see if `submap` is a subset of `m`.
IsSubsetOrValues checks to see if any of the values of `submap` are present in `a` where all keys exist`.
Keys returns a list of sorted keys.
No description provided by the author
KeysExist checks to verify if a set of keys exists within a map with string keys.
No description provided by the author
No description provided by the author
No description provided by the author
MapStringMapStringIntFuncExactMatch returns a match function that matches an exact vaule.
MapStringMapStringIntFuncIncludeAll returns match function that matches all values.
No description provided by the author
No description provided by the author
NumberValuesAverage returns a `float64` average of a map's values.
No description provided by the author
No description provided by the author
StringKeys takes a map where the keys are strings and reurns a slice of key names.
UniqueValues returns `true` if the number of unique values is the same as the number of keys.
No description provided by the author
No description provided by the author
ValuesSorted returns a string slice of sorted values.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
MapStrAny represents a `map[string]any`.
MapStringInt represents a `map[string]int`.
MapStringMapStringInt represents a `map[string]map[string]int`.
No description provided by the author
No description provided by the author
No description provided by the author