Function hashmap_print_dist

Function Documentation

void hashmap_print_dist(const struct hashmap *map)

Print the hashmap distribution.

The function provides a visual representation of how many elements are in the hashmap and what their distribution is across the buckets.

Parameters:

map – The hashmap handle.