summaryrefslogtreecommitdiff
path: root/docs/type_system/map.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-09 17:08:10 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-09 17:08:10 -0400
commit43b760058ae67f060fe89e6538d872fe982b3cb6 (patch)
tree9dce0da13d5d9d57915da464c218f6c0576b11aa /docs/type_system/map.md
parent4c3c63f39e9ceb5eff26a39f7c53189e700bb2e4 (diff)
container types
Diffstat (limited to 'docs/type_system/map.md')
-rw-r--r--docs/type_system/map.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/type_system/map.md b/docs/type_system/map.md
new file mode 100644
index 0000000..4133bd5
--- /dev/null
+++ b/docs/type_system/map.md
@@ -0,0 +1,7 @@
+# Map
+
+---
+
+```text
+Map[KEY_TYPE; VALUE_TYPE]
+```