dyn_intarray_type Derived Type

type, public :: dyn_intarray_type

dynamic array (da) type for integer


Components

Type Visibility Attributes Name Initial
integer, public :: nvals = 0
integer, public :: containersize = 0
integer, public, allocatable :: val(:)
integer, public, allocatable :: sorted(:)