operator( // ) Interface

public interface operator( // )

Concatenate, or extend, dictionaries, this can be done on it-self `dic = dic // ('key'.kv.1)


Contents


Module Procedures

private function d_cat_d(d1, d2) result(d)

Arguments

Type IntentOptional AttributesName
type(dictionary_t), intent(in) :: d1
type(dictionary_t), intent(in) :: d2

Return Value type(dictionary_t)