union_func Abstract Interface

abstract interface
private pure function union_func(this, other)

Arguments

Type IntentOptional AttributesName
class(data_set), intent(in) :: this
class(data_set), intent(in) :: other

A second set

Return Value class(data_set), allocatable

A set containing all elements found in this one and the other