#elixir #structured_data #functional_programming #erlang #software_engineering
Elixir — pattern match a list of structs
https://medium.com/elixir-bytes/elixir-pattern-match-a-list-of-structs-53fd7243f539
Elixir — pattern match a list of structs
https://medium.com/elixir-bytes/elixir-pattern-match-a-list-of-structs-53fd7243f539
Medium
Elixir — Pattern match a list of structs
Let’s say you want to pattern match a list of structs with at least one struct (at the beginning of the list), how would you go about it…