# Functions
AnyKey returns an arbitrary key of the map m.
AnyVal returns an arbitrary value of the map m.
No description provided by the author
FromSlices constructs and returns a map from two separate slices of keys and corresponding values.
GetKeys returns a slice containing all keys of map m in arbitrary order.
GetKeysAndValues returns a slice containing all keys of map m (in arbitrary order) and a slice containing the corresponding values, in the corresponding order.
No description provided by the author
GetValues returns a slice containing all values of map m in arbitrary order.
GetValuesOf returns a slice containing the values from map m corresponding to the provided keys, in the same order as the keys.
No description provided by the author
No description provided by the author
No description provided by the author