summaryrefslogtreecommitdiff
path: root/docs/type_system/native.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-19 14:31:36 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-19 14:31:36 -0400
commit3593ab47e110f7d3b5ef9da7c155bab8e4979236 (patch)
tree6f7ec6c93d816fe896dfa2ac2355f638b1bed6b8 /docs/type_system/native.md
parent6bb1fc3b9592bbfd53770c1c04140af30ddd5120 (diff)
use native insted of object
Diffstat (limited to 'docs/type_system/native.md')
-rw-r--r--docs/type_system/native.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/type_system/native.md b/docs/type_system/native.md
new file mode 100644
index 0000000..64f0cc9
--- /dev/null
+++ b/docs/type_system/native.md
@@ -0,0 +1,15 @@
+# Native
+
+---
+
+A representation of a native object
+
+```text
+Native[INTERFACE_TABLE_POINTER]
+```
+
+## Alias
+
+```text
+File `alias Native[...]
+```