dm_string_type_destroy Subroutine

public pure elemental subroutine dm_string_type_destroy(string)

Deallocates allocatable character inside of string type.

Arguments

Type IntentOptional Attributes Name
type(string_type), intent(inout) :: string

String type.