Fortran-lang/fpm
Packaging and contributing
Source Files
Modules
Procedures
Derived Types
Program
operator(.in.)
Interface
3 statements
Source File
fpm_strings.f90
fpm_strings
operator(.in.)
Contents
Module Procedures
string_array_contains
public interface operator(.in.)
Module Procedures
public function
string_array_contains
(search_string, array)
Check if array of TYPE(STRING_T) matches a particular CHARACTER string
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
search_string
type(
string_t
),
intent(in)
::
array
(:)
Return Value
logical