Contents
Indexes:
Function Filtermap
Part of:
package elprep
(
filtermap
< filter > < map > < list > &optional < tail > )
Apply the following steps to each element in the list, optionally bounded by tail:
- Filter out each element for which filter returns nil.
- Apply map.