Struct FortranArray
A simple, lightweight, one-dimensional base-1 array.
struct FortranArray(T)
;
Fields
| Name | Type | Description |
|---|---|---|
_length
|
size_t | |
_ptr
|
T* | |
_ptrm1
|
T* |
Properties
| Name | Type | Description |
|---|---|---|
length[get]
|
size_t | The length of the array. |
ptr[get]
|
T* | A pointer to the first element of the array. |
Methods
| Name | Description |
|---|---|
boundsCheck
|