operator(.csv.) Interface

public interface operator(.csv.)

Functions

private pure module function characters_with_comma_separator(strings) result(csv)

Arguments

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

Return Value type(string_t)

private pure module function strings_with_comma_separator(strings) result(csv)

Arguments

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

Return Value type(string_t)