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