Deallocate all arrays associated with this hash table object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(index_rhash_t), | intent(inout) | :: | this |
subroutine dealloc(this) class(index_rhash_t), intent(inout) :: this call this%shared_ht%dealloc() end subroutine dealloc