Julienne
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
string_t
Interface
17 statements
Source File
julienne_string_m.f90
julienne_string_m
string_t
Contents
Functions
construct
from_default_integer
from_real
public interface string_t
Functions
private elemental module function construct(string) result(new_string)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
string
Return Value
type(
string_t
)
private elemental module function from_default_integer(i) result(string)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
i
Return Value
type(
string_t
)
private elemental module function from_real(x) result(string)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
real,
intent(in)
::
x
Return Value
type(
string_t
)