key_type Derived Type

type, public :: key_type

A wrapper type for the key's true type


Components

Type Visibility Attributes Name Initial
integer(kind=int8), public, allocatable :: value(:)

Source Code

    type :: key_type
!! Version: Experimental
!!
!! A wrapper type for the key's true type
!        private
        integer(int8), allocatable :: value(:)
    end type key_type