Return only the values of a list where the names of that list meet a certain predicate.
1 | nfilter(xs, f)
|
xs |
list. The list to filter. |
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.