Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Copy ¶
func Copy[T comparable, V any, M ~map[T]V](dest, source M)
Copy copies everything from source into dest. Existing values are overwritten. dest may be nil if, and only if, source is empty or nil
func ToStringMap ¶
func ToStringMap(m map[interface{}]interface{}) map[string]interface{}
ToStringMap turns the Keys of a map[interface{}]interface{} into string keys will be transformed using fmt.Sprintf
func Values ¶
func Values[K comparable, V any, M ~map[K]V](m M) []V
Values returns all values of the map
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.