Struct FortranArray

A simple, lightweight, one-dimensional base-1 array.

struct FortranArray(T) ;

Fields

NameTypeDescription
_length size_t
_ptr T*
_ptrm1 T*

Properties

NameTypeDescription
length[get] size_tThe length of the array.
ptr[get] T*A pointer to the first element of the array.

Methods

NameDescription
boundsCheck