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