Toggle navigation
fdict
0.7.0
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
operator( // )
Interface
3 statements
Source File
dictionary.f90
dictionary
operator( // )
Contents
Module Procedures
d_cat_d
public interface operator( // )
Concatenate, or extend, dictionaries, this can be done on it-self `dic = dic // ('key'.kv.1)
Contents
Module Procedures
d_cat_d
Module Procedures
private function d_cat_d(d1, d2) result(d)
Arguments
Type
Intent
Optional
Attributes
Name
type(
dictionary_t
),
intent(in)
::
d1
type(
dictionary_t
),
intent(in)
::
d2
Return Value
type(
dictionary_t
)