operator(//) Interface

public interface operator(//)

This merges two lists into a list.


Module Procedures

public pure function joint_listclass(list1, list2) result(ret_list)

Arguments

Type IntentOptional Attributes Name
type(List_), intent(in) :: list1
type(List_), intent(in) :: list2

Return Value type(List_)