find/3
find(enumerable, default \\ nil, fun)Returns the first element for which fun returns a truthy value.
If no such element is found it returns default.
find(enumerable, default \\ nil, fun)Returns the first element for which fun returns a truthy value.
If no such element is found it returns default.