:: (a -> Bool) -> [a] -> Maybe a package:vector

O(n) Yield Just the first element matching the predicate or Nothing if no such element exists.