From 43b760058ae67f060fe89e6538d872fe982b3cb6 Mon Sep 17 00:00:00 2001 From: nodist Date: Sat, 9 May 2026 17:08:10 -0400 Subject: container types --- docs/type_system/map.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/type_system/map.md (limited to 'docs/type_system/map.md') 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] +``` -- cgit v1.2.3