blob: 19b150a02f7390cd75a8c845d9b0043c217f784e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Value
---
```text
Value[[] TYPE; ID; KPL_CLASS]
```
## Type Body Object Definitions
```c
typedef struct {
kpl_ptr type;
int32_t id;
kpl_class *class;
} kpl_type_body_value;
```
|