characters_with_string_separator Module Procedure

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

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: strings(:)
type(string_t), intent(in) :: separator

Return Value type(string_t)