Returns an Option with index of first element in the list that satisfies the provided predicate function. If the element cannot be found, it returns None.
Option
None
Predicate function.
Linked list.
First index of the list element satisfied by the predicate.
Returns an
Option
with index of first element in the list that satisfies the provided predicate function. If the element cannot be found, it returnsNone
.