dynamical_list Interface

public interface dynamical_list

Constructor for a dynamical list


Module Procedures

private function dynamical_list_new(list) result(this)

Create a new dynamical list Input: list - an array of integers Output: a new dynamical list

Arguments

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

Return Value type(dynamical_list_t)