Fortran-lang/fpm
Packaging and contributing
Source Files
Modules
Procedures
Derived Types
Program
string_t
Interface
3 statements
Source File
fpm_strings.f90
fpm_strings
string_t
Contents
Module Procedures
new_string_t
public interface string_t
Module Procedures
private function new_string_t(s) result(string)
Helper function to generate a new string_t instance (Required due to the allocatable component)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
s
Return Value
type(
string_t
)