has_func Abstract Interface

abstract interface
private elemental function has_func(this, item)

Arguments

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

A value whose presence in the list is being checked for

Return Value logical

.true. if item is present in list, .false. otherwise