operator(//) Interface

public interface operator(//)

This merges two contents of a list into a list.


Module Procedures

public pure function joint_listcontentclass(List_content_1, List_content_2) result(List_content)

Arguments

Type IntentOptional Attributes Name
type(List_fix_content_), intent(in) :: List_content_1
type(List_fix_content_), intent(in) :: List_content_2

Return Value type(List_fix_content_)

public pure function joint_arraylistcontentclass(List_content_1, List_content_2) result(List_content)

Arguments

Type IntentOptional Attributes Name
type(List_fix_content_), intent(in) :: List_content_1(:)
type(List_fix_content_), intent(in) :: List_content_2(:)

Return Value type(List_fix_content_), allocatable, (:)