list Interface

public interface list

Calls

interface~~list~~CallsGraph interface~list list proc~initialize_list initialize_list interface~list->proc~initialize_list

Module Procedures

private function initialize_list(case_sensitive) result(lst)

list constructor.

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: case_sensitive

if true, then string key searches are case sensitive.

Return Value type(list)