|
tico 0.1
Mechanical Watch Terminal Timegrapher
|
A struct to hold an array of integers or an array of doubles, along with the length of the arrays. More...
#include <myarr.h>
Data Fields | |
| int * | arr |
| double * | arrd |
| size_t | ArrayLength |
A struct to hold an array of integers or an array of doubles, along with the length of the arrays.
| int* myarr::arr |
| size_t myarr::ArrayLength |
| double* myarr::arrd |