[DRAFT]This page is not published. Only visible in development mode.
Dictionaries
Dictionaries provide key-value mappings with typed keys and values.
Create a Dictionary
$ Create Dictionary
Use CREATE DICTIONARY with FOR (value type) and AS (key type) to define a typed key-value store.
