PmTuple_s Struct Reference
Tuple obj. More...
#include <tuple.h>
Data Fields | |
| PmObjDesc_t | od |
| Object descriptor. | |
| int16_t | length |
| Length of tuple I don't expect a tuple to ever exceed 255 elements, but if I set this type to int8_t, a 0-element tuple is too small to be allocated. | |
| pPmObj_t | val [1] |
| Array of ptrs to objs. | |
Detailed Description
Tuple obj.
Immutable ordered sequence. Contains array of ptrs to objs.
Definition at line 32 of file tuple.h.
Field Documentation
| int16_t length |
Generated on Tue Jul 12 2022 17:07:02 by
1.7.2