diff options
Diffstat (limited to 'docs/type_system/value.md')
| -rw-r--r-- | docs/type_system/value.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/type_system/value.md b/docs/type_system/value.md deleted file mode 100644 index 5f50794..0000000 --- a/docs/type_system/value.md +++ /dev/null @@ -1,16 +0,0 @@ -# Value - ---- - -```text -Value[[] TYPE; KPL_CLASS] -``` - -## Type Body Object Definitions - -```c -typedef struct { - kpl_type *type; - kpl_class *class; -} kpl_type_body_value; -``` |
