|
|
|
|
|
by cmoski
762 days ago
|
|
the key is an atom called foobar, and the value is being extracted to a variable called foobar. The variable's value is not shown in the example. You do this quite a bit in Elixir, unless you use the . syntax, e.g. somemap.foobar which is marginally slower. |
|