Description Usage Arguments Value See Also
foldRightList takes a function and a collection of items,
then applies that function to each of the items, creating a list
in which each item becomes a key/name and the return value from
function f applied to each item is bound to that item,
i.e. key/name.
1 | foldRightList(f, items)
|
f |
Function to apply to the collection of |
items |
The collection of inputs, in which each then becomes a key/name in the resulting list. |
list in which each name is an element from
items and each value is the result of applying
f to that item.
Reduce for what's wrapped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.