Check if the hash ranges in the map have neither gaps nor overlaps and cover the whole space of hash_t values.
true if there are no gaps and overlaps, and the whole hash_t values are covered with the ranges in map, false otherwise
See Implementation
Check if the hash ranges in the map have neither gaps nor overlaps and cover the whole space of hash_t values.