get_last_index_func Abstract Interface

abstract interface
private pure function get_last_index_func(this, item)

Arguments

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

Return Value integer

Position of the last occurrence of item in list