index Interface

public interface index

Module Procedures

private function index_(aList, item)

Arguments

Type IntentOptional Attributes Name
type(List), intent(in) :: aList
character(len=*), intent(in) :: item

Return Value integer

private function indexStr_(aList, itemStr)

Arguments

Type IntentOptional Attributes Name
type(List), intent(in) :: aList
type(String), intent(in) :: itemStr

Return Value integer