diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-24 17:24:28 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-24 17:24:28 -0400 |
| commit | a9e4e9f0167ed344e55ba298928a575cabb1de0d (patch) | |
| tree | 040b8d389b6822a575d6bd8c74c0aa6773459dcf /docs/type_system/map.md | |
| parent | a41e83e6a28d17e41fcf90c4d39003a06fa9ba51 (diff) | |
add format string example
Diffstat (limited to 'docs/type_system/map.md')
| -rw-r--r-- | docs/type_system/map.md | 12 |
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 |
