|
|
|
|
|
by enraged_camel
2540 days ago
|
|
There is List, which is similar (but not quite the same). Other than that, you may want to give this a read: https://elixirforum.com/t/arrays/8850/13 tl;dr: the type of data structure that would satisfy your use case almost certainly exists in Elixir, but you need to look around a bit. |
|