(MatchError) no match of right hand side value in cond statement

后端 未结 0 356
小鲜肉
小鲜肉 2020-12-20 22:14

I have a function with the following:

cond do
  Enum.all?([10,11,12,13,1], fn x -> x in list end) == true -> { 9, [10,11,12,13,1] }
  Enum.all?([23,24,2         


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