From a9e4e9f0167ed344e55ba298928a575cabb1de0d Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 24 May 2026 17:24:28 -0400 Subject: add format string example --- docs/type_system/map.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/type_system/map.md') 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 -- cgit v1.2.3