has_func Abstract Interface

abstract interface
private pure function has_func(this, item)

Arguments

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

An item which may be contained in the set

Return Value logical

Whether item is present in this set