stringlist_index_type Derived Type

type, public :: stringlist_index_type


Source Code

    type stringlist_index_type
        private
        logical :: forward
        integer :: offset

    end type stringlist_index_type