Hello,
Could anyone provide a more idiomatic Elixir explanation of the behavior of Enum.map/2 in the following expression, particularly regarding how it handles an empty list?
Thanks! @al2o3cr@jswanner for the swift reply. My question has been duly answered with this: The body of the function doesn’t call it if the list is empty.