#13: Tuples and Keyword Lists
Tuples
In Elixir, tuples are another fundamental data structure, similar to lists but with some key differences. Tuples are fixed-size collections of elements where each element can be of any data type. Unlike lists, tuples are stored contiguously in...
stephanyu.hashnode.dev3 min read