PmTuple_s Struct Reference
#include <tuple.h>
List of all members.
Detailed Description
Tuple obj
Immutable ordered sequence. Contains array of ptrs to objs.
Definition at line 32 of file tuple.h.
Member Data Documentation
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.
Definition at line 43 of file tuple.h.
Object descriptor
Definition at line 35 of file tuple.h.
Array of ptrs to objs
Definition at line 46 of file tuple.h.
The documentation for this struct was generated from the following file: