aboutsummaryrefslogtreecommitdiff
path: root/code/lib/types.felan
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-10 00:39:11 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-10 00:40:03 +0330
commita839ff6229f4ae1415dddd5995781acb4bb599e1 (patch)
tree55015a667e09c974c38b689ae8245fa2696eca55 /code/lib/types.felan
parent91214dfb533ac693880ef06b3e990d944009d2e4 (diff)
fix some return type issues
Diffstat (limited to 'code/lib/types.felan')
-rw-r--r--code/lib/types.felan2
1 files changed, 0 insertions, 2 deletions
diff --git a/code/lib/types.felan b/code/lib/types.felan
index df7f5c3..087f884 100644
--- a/code/lib/types.felan
+++ b/code/lib/types.felan
@@ -1,5 +1,3 @@
-string :: []u8;
-
array :: (comptime size:u64, comptime t:type) -> type {
return struct {
ptr : *t;