HashRangeMap.isTessellated

Check if the hash ranges in the map have neither gaps nor overlaps and cover the whole space of hash_t values.

struct HashRangeMap(Value)
bool
isTessellated
()

Return Value

Type: bool

true if there are no gaps and overlaps, and the whole hash_t values are covered with the ranges in map, false otherwise

Meta