From 3593ab47e110f7d3b5ef9da7c155bab8e4979236 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 19 May 2026 14:31:36 -0400 Subject: use native insted of object --- docs/type_system/native.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/type_system/native.md (limited to 'docs/type_system/native.md') 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[...] +``` -- cgit v1.2.3