diff options
Diffstat (limited to 'docs/type_system/native.md')
| -rw-r--r-- | docs/type_system/native.md | 15 |
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[...] +``` |
