Forkful Open Source Coding Cookbook
Forum
About
Blog
GitHub
Cookbooks
Elm
Chapter 4. Data Structures
Elm
Chapter 4.
Data Structures
Using associative arrays
In Elm, you work with Dictionaries in the
Dict
module, so let’s dive into a quick example.