#14: Maps and Structs
In Elixir, maps and structs are both data structures used for storing key-value pairs, but they have distinct characteristics and are used for different purposes.
Maps:
Maps are a key-value data structure where keys and values can be of any data typ...
stephanyu.hashnode.dev3 min read