Finalize the hash table.
A wrapper for destroy
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hash_table), | intent(inout) | :: | self | The hash table. |
elemental subroutine finalize(self)
!---------------------------------------------------------------------------------------------------------------------------------
!< Finalize the hash table.
!<
!< A wrapper for [[hash_table:destroy]]
!---------------------------------------------------------------------------------------------------------------------------------
type(hash_table), intent(inout) :: self !< The hash table.
!---------------------------------------------------------------------------------------------------------------------------------
!---------------------------------------------------------------------------------------------------------------------------------
call self%destroy
!---------------------------------------------------------------------------------------------------------------------------------
endsubroutine finalize