diff options
Diffstat (limited to 'docs/type_system/map.md')
| -rw-r--r-- | docs/type_system/map.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/type_system/map.md b/docs/type_system/map.md index 4133bd5..e8c220e 100644 --- a/docs/type_system/map.md +++ b/docs/type_system/map.md @@ -5,3 +5,9 @@ ```text Map[KEY_TYPE; VALUE_TYPE] ``` + +## Alias + +```text +Set[Any] `alias Map[Void; Any] +``` |
