elixir enum apapun

Enum.any?(["foo", "bar", "hello"], fn(s) -> String.length(s) == 5 end)
true
Juan D Khusuma