other_type Derived Type

type, public :: other_type

A wrapper type for the other data's true type


Contents

Source Code


Source Code

    type :: other_type
!! Version: Experimental
!!
!! A wrapper type for the other data's true type
!        private
        class(*), allocatable :: value
    end type other_type