# Union --- ## Object Definitions ```c typedef struct _kpl_union { KPL_SLAB_HEADER(_kpl_union); kpl_class class; uint32_t tag; } kpl_union; ```