Julienne
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
character_cat_string_t
Interface
199 statements
Source File
julienne_string_m.f90
julienne_string_m
character_cat_string_t
Contents
None
interface
private pure module function character_cat_string_t(lhs, rhs) result(lhs_cat_rhs)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
lhs
class(
string_t
),
intent(in)
::
rhs
Return Value
type(
string_t
)