Get the range of hash table values of this ht
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(shared_rhash_t), | intent(in) | :: | this |
function val_range(this) result(h_range) class(shared_rhash_t), intent(in) :: this integer(int64) :: h_range h_range = this%hval_range end function val_range