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