summaryrefslogtreecommitdiff
path: root/docs/type_system/map.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/map.md')
-rw-r--r--docs/type_system/map.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/type_system/map.md b/docs/type_system/map.md
index 70331e6..feaf853 100644
--- a/docs/type_system/map.md
+++ b/docs/type_system/map.md
@@ -11,3 +11,15 @@ Map[KEY_TYPE; VALUE_TYPE]
```text
Set[Any] `alias Map[Any; Void]
```
+
+# Operators
+
+## ``get`
+
+## ``set`
+
+## Concatenate `,`
+
+# Iterating
+
+# Mutating