Return an Option with the first element in the list that satisfies the provided predicate function. If the element cannot be found, it returns None.
Option
predicate
None
Predicate function.
Linked list.
Option with the first element in the list that satisfies the predicate function or None.
Return an
Option
with the first element in the list that satisfies the providedpredicate
function. If the element cannot be found, it returnsNone
.