fixed_list Interface

public interface fixed_list

Constructor for a fixed list


Module Procedures

private function fixed_list_new(list) result(this)

Create a new fixed list Input: list - an array of integers

Arguments

Type IntentOptional Attributes Name
integer(kind=i4), intent(in) :: list(:)

Return Value type(fixed_list_t)