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