A wrapper type for the key's true type
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int8), | public, | allocatable | :: | value(:) |
type :: key_type !! Version: Experimental !! !! A wrapper type for the key's true type ! private integer(int8), allocatable :: value(:) end type key_type