Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of pymite by
PmTuple_s Struct Reference
Tuple obj. More...
#include <tuple.h>
Data Fields | |
| PmObjDesc_t | od |
| Object descriptor. | |
| uint16_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 25 of file tuple.h.
Field Documentation
| uint16_t length |
Generated on Tue Jul 12 2022 21:25:47 by
1.7.2
