IntArray Interface

public interface IntArray

Module Procedures

private function new_IntArray_1d(values, rc) result(attr)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: values(:)
integer, intent(out), optional :: rc

Return Value type(IntArray)

private function new_IntArray_1d_size(size, rc) result(attr)

Arguments

Type IntentOptional Attributes Name
integer(kind=INT64), intent(in) :: size
integer, intent(out), optional :: rc

Return Value type(IntArray)