summaryrefslogtreecommitdiff
path: root/docs/type_system/native.md
blob: db3418176fc2b4ebe8be7271184cef254bdd62f4 (plain)
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[...]
```