# Tuple --- ## Object Definitions ```c typedef struct _kpl_tuple { POOL_HEADER(_kpl_tuple); uint32_t item_length; kpl_class items[]; } kpl_tuple; ```