type_int_vector_2d Derived Type

type, public :: type_int_vector_2d


Components

Type Visibility Attributes Name Initial
integer(kind=int32), public :: x
integer(kind=int32), public :: y

Source Code

    type :: type_int_vector_2d
        integer(int32) :: x
        integer(int32) :: y
    end type type_int_vector_2d