combineWith Module Function

pure module function combineWith(this, other) result(res)

Combine two lists into one

Arguments

Type IntentOptional Attributes Name
class(VariableList), intent(in) :: this
type(VariableList), intent(in) :: other

Return Value type(VariableList)