get_string_t_array_with_string_t_key Interface

interface
private pure module function get_string_t_array_with_string_t_key(self, key, mold) result(value_)

Arguments

Type IntentOptional Attributes Name
class(string_t), intent(in) :: self
type(string_t), intent(in) :: key
type(string_t), intent(in) :: mold(:)

Return Value type(string_t),allocatable,(:)