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
Optionwith the first element in the list that satisfies the providedpredicatefunction. If the element cannot be found, it returnsNone.