operator(.get.) Interface

public interface operator(.get.)

This is a GET operator for a list.


Module Procedures

public function get_element_of_listclass(this_list, idx) result(ret)

Arguments

Type IntentOptional Attributes Name
type(List_), intent(in) :: this_list
integer(kind=int32), intent(in) :: idx

Return Value character(len=:), allocatable