Julienne
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
operator(.csv.)
Interface
12 statements
Source File
julienne_string_m.f90
julienne_string_m
operator(.csv.)
Contents
Functions
characters_with_comma_separator
strings_with_comma_separator
public interface operator(.csv.)
Functions
private pure module function characters_with_comma_separator(strings) result(csv)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
strings
(:)
Return Value
type(
string_t
)
private pure module function strings_with_comma_separator(strings) result(csv)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
type(
string_t
),
intent(in)
::
strings
(:)
Return Value
type(
string_t
)