strings_with_string_t_separator Module Procedure

module procedure strings_with_string_t_separator pure module function strings_with_string_t_separator(strings, separator) result(sv)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: strings(:)
type(string_t), intent(in) :: separator

Return Value type(string_t)