Returns the first value of a list that meets a predicate.
1 | find(xs, f)
|
xs |
list. The list to search. |
f |
function. The predicate function to apply. It should return TRUE or FALSE for each name element of the list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.