1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# Native --- A representation of a native object ```text Native[[] INTERFACE_TABLE_POINTER] ``` ## Type Body Object Definitions ```c typdef struct { kpl_interface *interface; } kpl_type_body_native; ``` ## Alias ```text File `alias Native[...] ```