How to merge lists into a list of tuples in Elixir?

前端 未结 0 742
星月不相逢
星月不相逢 2020-12-17 07:54

What is the Elixir approach to merge two lists into a single list of tuples?

list1 = [1, 2, 3, 4]
list2 = [5, 6, 7, 8]

# List of tuples from \'list1\' and \'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题