Values
func Values[K comparable, V any](mapInstance map[K]V) []V
Values takes a map with keys K and values V and returns a slice of type V with the map's values.
func Values[K comparable, V any](mapInstance map[K]V) []V
Values takes a map with keys K and values V and returns a slice of type V with the map's values.