varying_string Derived Type

type, public :: varying_string


Contents

Source Code


Components

Type Visibility Attributes Name Initial
character(len=1), private, dimension(:), allocatable :: chars

Source Code

  type varying_string
     private
     character(LEN=1), dimension(:), allocatable :: chars
  end type varying_string