In this video we explore more complex types in the Elixir programming language, like Maps, Tuples, Keyword Lists, as well as a bit about pattern matching.
Sections:
00:00 - Intro
00:34 - Maps
06:37 - Tuples
11:53 - Keyword Lists
14:06 - Pattern matching examples
Video links:
- https://github.com/livebook-dev/livebook - The code notebook used in the tuples section
- https://elixir-lang.org/getting-started/keywords-and-maps.html
- https://elixir-lang.org/getting-started/basic-types.html
- https://elixir-lang.org/getting-started/pattern-matching.html