Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
assignment(=)
Interface
3 statements
Source File
stdlib_string_type.fypp
stdlib_string_type
assignment(=)
Contents
Module Procedures
assign_string_char
public interface assignment(=)
Assign a character sequence to a string.
Module Procedures
private elemental subroutine assign_string_char(lhs, rhs)
Assign a character sequence to a string.
Arguments
Type
Intent
Optional
Attributes
Name
type(
string_type
),
intent(inout)
::
lhs
character(len=*),
intent(in)
::
rhs